public class FlexRepResult
extends java.util.TreeSet<org.processmining.plugins.replayer.replayresult.SyncReplayResult>
| Constructor and Description |
|---|
FlexRepResult(java.util.Collection<org.processmining.plugins.replayer.replayresult.SyncReplayResult> col,
int weightMoveOnLogOnly,
int weightMoveOnModelOnlyInvi,
int weightMoveOnModelOnlyReal,
int weightViolation) |
| Modifier and Type | Method and Description |
|---|---|
int |
getWeightMoveOnLogOnly() |
int |
getWeightMoveOnModelOnlyInvi() |
int |
getWeightMoveOnModelOnlyReal() |
int |
getWeightViolation() |
void |
setWeightMoveOnLogOnly(int weightMoveOnLogOnly) |
void |
setWeightMoveOnModelOnlyInvi(int weightMoveOnModelOnlyInvi) |
void |
setWeightMoveOnModelOnlyReal(int weightMoveOnModelOnlyReal) |
void |
setWeightViolation(int weightViolation) |
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSetcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic FlexRepResult(java.util.Collection<org.processmining.plugins.replayer.replayresult.SyncReplayResult> col,
int weightMoveOnLogOnly,
int weightMoveOnModelOnlyInvi,
int weightMoveOnModelOnlyReal,
int weightViolation)
public int getWeightMoveOnLogOnly()
public void setWeightMoveOnLogOnly(int weightMoveOnLogOnly)
weightMoveOnLogOnly - the weightMoveOnLogOnly to setpublic int getWeightMoveOnModelOnlyInvi()
public void setWeightMoveOnModelOnlyInvi(int weightMoveOnModelOnlyInvi)
weightMoveOnModelOnlyInvi - the weightMoveOnModelOnlyInvi to setpublic int getWeightMoveOnModelOnlyReal()
public void setWeightMoveOnModelOnlyReal(int weightMoveOnModelOnlyReal)
weightMoveOnModelOnlyReal - the weightMoveOnModelOnlyReal to setpublic int getWeightViolation()
public void setWeightViolation(int weightViolation)
weightViolation - the weightViolation to set