org.processmining.plugins.petrinet.replayresult
Class PNRepResult

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.TreeSet<SyncReplayResult>
              extended by org.processmining.plugins.petrinet.replayresult.PNRepResult
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<SyncReplayResult>, java.util.Collection<SyncReplayResult>, java.util.NavigableSet<SyncReplayResult>, java.util.Set<SyncReplayResult>, java.util.SortedSet<SyncReplayResult>

public class PNRepResult
extends java.util.TreeSet<SyncReplayResult>

Author:
aadrians
See Also:
Serialized Form

Constructor Summary
PNRepResult(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

PNRepResult

public PNRepResult(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