Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
FILTEREDLOG |
"Filtered Log" |
public static final java.lang.String |
LOG |
"Log" |
public static final java.lang.String |
MATRIX |
"Matrix" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
MATRIX |
"Matrix" |
public static final java.lang.String |
MODIFIEDMATRIX |
"Modified Matrix" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Filters every log in the array using the provided threshold, filter, and matrix. The selected threshold and filter determine which traces will be filtered in. For example, the \"Minimal Causality\" filter filters any trace in for which all causal values found in the matrix (between an activity and the next activity in the trace) are at least the given threshold." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Filters the log using the provided threshold, filter, and matrix. The selected threshold and filter determine which traces will be filtered in. For example, the \"Minimal Causality\" filter filters any trace in for which all causal values found in the matrix (between an activity and the next activity in the trace) are at least the given threshold." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Creates a new matrix from the old matrix, given a zero value, a concurrency ratio, and an include threshold. The zero value determines which value in the new matrix will become zero (the value as given, should be higher than -1 and lower than 1.) The concurrency ratio is a threshold that determines when two activities are considered to be concurrent. If the include threshold exceeds zero, than for every activity its row and column will be updated such that at least one cell will have a positive value. The value of the threshold indicates to what extent cells with a value that is high enough will alos become positive." |