Class DefaultConfig
- java.lang.Object
-
- org.processmining.dataawareexplorer.explorer.DefaultConfig
-
public final class DefaultConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intINCORRECT_COSTstatic intLOG_MOVE_COSTstatic intMISSING_COSTstatic intMODEL_MOVE_COSTstatic com.google.common.collect.ImmutableSet<java.lang.String>SINK_PLACESstatic com.google.common.collect.ImmutableSet<java.lang.String>SOURCE_PLACES
-
-
-
Field Detail
-
INCORRECT_COST
public static final int INCORRECT_COST
- See Also:
- Constant Field Values
-
MISSING_COST
public static final int MISSING_COST
- See Also:
- Constant Field Values
-
LOG_MOVE_COST
public static final int LOG_MOVE_COST
- See Also:
- Constant Field Values
-
MODEL_MOVE_COST
public static final int MODEL_MOVE_COST
- See Also:
- Constant Field Values
-
SOURCE_PLACES
public static final com.google.common.collect.ImmutableSet<java.lang.String> SOURCE_PLACES
-
SINK_PLACES
public static final com.google.common.collect.ImmutableSet<java.lang.String> SINK_PLACES
-
-