org.processmining.plugins.petrinet.replayresult
Class PNLogReplayResult
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<SyncReplayResult>
org.processmining.plugins.petrinet.replayresult.PNLogReplayResult
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<SyncReplayResult>, java.util.Collection<SyncReplayResult>, java.util.Set<SyncReplayResult>
public class PNLogReplayResult
- extends java.util.HashSet<SyncReplayResult>
- Author:
- aadrians
- See Also:
- Serialized Form
Constructor Summary |
PNLogReplayResult(java.util.Collection<SyncReplayResult> col,
int weightMoveOnLogOnly,
int weightMoveOnModelOnlyInvi,
int weightMoveOnModelOnlyReal,
int weightViolation)
|
Methods inherited from class java.util.HashSet |
add, clear, clone, contains, isEmpty, iterator, remove, size |
Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
addAll, 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 |
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
PNLogReplayResult
public PNLogReplayResult(java.util.Collection<SyncReplayResult> col,
int weightMoveOnLogOnly,
int weightMoveOnModelOnlyInvi,
int weightMoveOnModelOnlyReal,
int weightViolation)
getWeightMoveOnLogOnly
public int getWeightMoveOnLogOnly()
- Returns:
- the weightMoveOnLogOnly
setWeightMoveOnLogOnly
public void setWeightMoveOnLogOnly(int weightMoveOnLogOnly)
- Parameters:
weightMoveOnLogOnly
- the weightMoveOnLogOnly to set
getWeightMoveOnModelOnlyInvi
public int getWeightMoveOnModelOnlyInvi()
- Returns:
- the weightMoveOnModelOnlyInvi
setWeightMoveOnModelOnlyInvi
public void setWeightMoveOnModelOnlyInvi(int weightMoveOnModelOnlyInvi)
- Parameters:
weightMoveOnModelOnlyInvi
- the weightMoveOnModelOnlyInvi to set
getWeightMoveOnModelOnlyReal
public int getWeightMoveOnModelOnlyReal()
- Returns:
- the weightMoveOnModelOnlyReal
setWeightMoveOnModelOnlyReal
public void setWeightMoveOnModelOnlyReal(int weightMoveOnModelOnlyReal)
- Parameters:
weightMoveOnModelOnlyReal
- the weightMoveOnModelOnlyReal to set
getWeightViolation
public int getWeightViolation()
- Returns:
- the weightViolation
setWeightViolation
public void setWeightViolation(int weightViolation)
- Parameters:
weightViolation
- the weightViolation to set