|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.TreeSet<SyncReplayResult>
org.processmining.plugins.flex.replayresult.FlexRepResult
public class FlexRepResult
Constructor Summary | |
---|---|
FlexRepResult(java.util.Collection<SyncReplayResult> col,
int weightMoveOnLogOnly,
int weightMoveOnModelOnlyInvi,
int weightMoveOnModelOnlyReal,
int weightViolation)
|
Method Summary | |
---|---|
int |
getWeightMoveOnLogOnly()
|
int |
getWeightMoveOnModelOnlyInvi()
|
int |
getWeightMoveOnModelOnlyReal()
|
int |
getWeightViolation()
|
void |
setWeightMoveOnLogOnly(int weightMoveOnLogOnly)
|
void |
setWeightMoveOnModelOnlyInvi(int weightMoveOnModelOnlyInvi)
|
void |
setWeightMoveOnModelOnlyReal(int weightMoveOnModelOnlyReal)
|
void |
setWeightViolation(int weightViolation)
|
Methods inherited from class java.util.TreeSet |
---|
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, subSet, subSet, tailSet, tailSet |
Methods inherited from class java.util.AbstractSet |
---|
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
---|
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
Constructor Detail |
---|
public FlexRepResult(java.util.Collection<SyncReplayResult> col, int weightMoveOnLogOnly, int weightMoveOnModelOnlyInvi, int weightMoveOnModelOnlyReal, int weightViolation)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |