Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
FILTEREDLOG |
"Filtered log" |
public static final java.lang.String |
LOG |
"Log" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
LOG |
"Log" |
public static final java.lang.String |
LOGCENTRALITY |
"Log Centrality" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
LOG |
"Log" |
public static final java.lang.String |
LOGCENTRALITY |
"Log Centrality" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
LOG |
"Log" |
public static final java.lang.String |
LOGFREQUENCY |
"Log Frequency" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
FILTEREDLOG |
"Filtered log" |
public static final java.lang.String |
LOG |
"Log" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
FILTEREDLOG |
"Filtered log" |
public static final java.lang.String |
LOG |
"Log" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DEFAULT_CONTINUOUS_PATTERN |
"" |
public static final java.lang.String |
DEFAULT_DATE_PATTERN |
"" |
public static final java.lang.String |
DEFAULT_DISCRETE_PATTERN |
"" |
public static final java.lang.String |
DEFAULT_LITERAL_PATTERN |
"" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Filters every log in the array using a frequency threshold (a percentage) and a distance threshold (edit distance). Any trace that either<ol><li>has a high-enough frequency or</li><li>is close enough to a trace with high-enough frequency</li></ol>will be filtered in. A trace has high-enough frequency if its frequency is required to reach the overall frequency threshold." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Filters a log using a frequency threshold (a percentage) and a distance threshold (edit distance). Any trace that either<ol><li>has a high-enough frequency or</li><li>is close enough to a trace with high-enough frequency</li></ol>will be filtered in. A trace has high-enough frequency if its frequency is required to reach the overall frequency threshold." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Filters a log using a centrality threshold (edit distance). Any trace that is close enough to the centre will be filtered in." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Extends the log with centrality information, that is, with distances between all traces." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Checks a log for common problems." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Builds frequency overviews (how often traces occur) for every log in the array. The classifier provided determines which traces are considered equal." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Filters a log using a frequency threshold (a percentage). Any trace that has a high-enough frequency will be filtered in. A trace has high-enough frequency if its frequency is required to reach the overall frequency threshold." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Filters every log in the array using a frequency threshold. Traces that do not appear frequent enough, will be filtered out." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Filters a log using a frequency threshold. Traces that do not appear frequent enough, will be filtered out. " |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Filters every log in the array using an absolute threshold. Traces that do not appear often enough, will be filtered out. " |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Filters a log using an absolute threshold. Traces that do not appear often enough, will be filtered out. " |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Merges two logs." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Splits traces in a log on a selected event attribute. If the attribute exists for an event, then it is assumed to be a white-space spearated list of values. A trace will be split into as many subtraces as there are values in its events for the selected attribute. The subtrace for a given value contains (in the same order as in the trace) all events that: (1) either contain this value in the attribute value or (2) have no such attribute." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
CLASSES |
"XEventClasses" |
public static final java.lang.String |
LOG |
"Log" |
public static final java.lang.String |
MODEL |
"Model" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
EVENT_ATTRIBUTE |
"trace with an event having this attribute" |
public static final java.lang.String |
NONE |
"none" |
public static final java.lang.String |
TRACE_ATTRIBUTE |
"trace attribute" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ATTRIBUTE_DIALOG_TITLE |
"Filter Log by Attributes" |
public static final java.lang.String |
DIALOG_TITLE |
"Filter Log by Properties" |
public static final java.lang.String |
LENGTH_DIALOG_TITLE |
"Filter Log by Trace Length" |