Uses of Class
org.processmining.plugins.petrinet.replayresult.SyncReplayResult

Packages that use SyncReplayResult
org.processmining.plugins.petrinet.replayer   
org.processmining.plugins.petrinet.replayresult   
 

Uses of SyncReplayResult in org.processmining.plugins.petrinet.replayer
 

Methods in org.processmining.plugins.petrinet.replayer that return types with arguments of type SyncReplayResult
 java.util.Collection<SyncReplayResult> LogCounterSyncReplay.getResult()
           
 

Uses of SyncReplayResult in org.processmining.plugins.petrinet.replayresult
 

Constructor parameters in org.processmining.plugins.petrinet.replayresult with type arguments of type SyncReplayResult
PNRepResult(java.util.Collection<SyncReplayResult> col, int weightMoveOnLogOnly, int weightMoveOnModelOnlyInvi, int weightMoveOnModelOnlyReal, int weightViolation)