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

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

Uses of SyncReplayResult in org.processmining.plugins.flex.replayer.util
 

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

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

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

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

Methods in org.processmining.plugins.petrinet.replayer.util 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)