| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
END_TAG_KEY |
"xmlinput.end" |
public static final java.lang.String |
START_TAG_KEY |
"xmlinput.start" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected final java.lang.String |
DELIMITER |
"," |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
ALL_TASKS_CONNECTED |
true |
public static final double |
DEPENDENCY_THRESHOLD_DEFAULT |
0.9 |
public static final boolean |
IGNORE_LOOPS_THRESHOLDS |
true |
public static final double |
L1L_THRESHOLD_DEFAULT |
0.9 |
public static final double |
L2L_THRESHOLD_DEFAULT |
0.9 |
public static final double |
LONG_DISTANCE_THRESHOLD_DEFAULT |
0.9 |
public static final boolean |
LONG_DISTANCES |
false |
public static final double |
RELATIVE_TO_BEST_THRESHOLD_DEFAULT |
0.05 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
AUTHOR |
"Sergio Hernandez de Mesa, Sebastiaan J. van Zelst" |
public static final java.lang.String |
AUTHOR_CONTACT |
"shernandez@unizar.es, s.j.v.zelst@tue.nl" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BREADTHFIRST |
1 |
public static final int |
DEPTHFIRST |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
TEXT |
"Executes the Alpha Miner in the specified Hadoop cluster." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
HADOOP_PROTOCOL |
"hdfs://" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final long |
TIME_BETWEEN_CHECKS |
30000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
TEXT |
"Executes the Flexible Heuristics Miner in the specified Hadoop cluster." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
TEXT |
"Executes the Inductive Miner (from Directly-follows graph) in the specified Hadoop cluster." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected final java.lang.String |
DELIMITER |
"," |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
TEXT |
"Import a log stored in a Hadoop Distributed File Fystem." |