public interface AcceptingPetriNetAlignmentCallback
Modifier and Type | Method and Description |
---|---|
void |
alignmentFailed() |
void |
traceAlignmentComplete(org.processmining.plugins.replayer.replayresult.SyncReplayResult aTrace,
java.util.SortedSet<java.lang.Integer> xTraces,
IvMEventClasses eventClasses)
Called each time a trace is finished.
|
void traceAlignmentComplete(org.processmining.plugins.replayer.replayresult.SyncReplayResult aTrace, java.util.SortedSet<java.lang.Integer> xTraces, IvMEventClasses eventClasses)
aTrace
- xTraces
- eventClasses
- void alignmentFailed() throws java.lang.Exception
java.lang.Exception