public interface ETMAlignmentCallback
Modifier and Type | Method and Description |
---|---|
void |
alignmentFailed() |
void |
traceAlignmentComplete(nl.tue.astar.Trace trace,
org.processmining.plugins.etm.model.narytree.replayer.TreeRecord traceAlignment,
int[] xtracesRepresented)
Called each time a trace is finished.
|
void traceAlignmentComplete(nl.tue.astar.Trace trace, org.processmining.plugins.etm.model.narytree.replayer.TreeRecord traceAlignment, int[] xtracesRepresented)
trace
- traceAlignment
- xtracesRepresented
- void alignmentFailed() throws java.lang.Exception
java.lang.Exception