org.processmining.plugins.petrinet.replayresult
Class PNLogReplayResult

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet<SyncReplayResult>
              extended by 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)
           
 
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.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
 

Constructor Detail

PNLogReplayResult

public PNLogReplayResult(java.util.Collection<SyncReplayResult> col,
                         int weightMoveOnLogOnly,
                         int weightMoveOnModelOnlyInvi,
                         int weightMoveOnModelOnlyReal,
                         int weightViolation)
Method Detail

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