public interface IYwlLogReplayAlgorithm
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
replayLog(org.processmining.framework.plugin.PluginContext context,
org.yawlfoundation.yawl.editor.net.NetGraph yawl,
org.deckfour.xes.model.XLog log,
java.lang.Object[] vertices,
java.util.HashSet<org.yawlfoundation.yawl.editor.elements.model.YAWLFlowRelation> flows,
java.util.Collection<org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.YAWLVertex,org.deckfour.xes.classification.XEventClass>> mapping,
int misTokenWeight,
int remTokenWeight,
int heurDistanceWeight,
boolean cancellationOption)
Array of objects consists of:
0 - YPD (FPD)
1 - YawlConformanceResult
2 - GraphAnimation
|
java.lang.String |
toString() |
java.lang.String toString()
toString in class java.lang.Objectjava.lang.Object[] replayLog(org.processmining.framework.plugin.PluginContext context,
org.yawlfoundation.yawl.editor.net.NetGraph yawl,
org.deckfour.xes.model.XLog log,
java.lang.Object[] vertices,
java.util.HashSet<org.yawlfoundation.yawl.editor.elements.model.YAWLFlowRelation> flows,
java.util.Collection<org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.YAWLVertex,org.deckfour.xes.classification.XEventClass>> mapping,
int misTokenWeight,
int remTokenWeight,
int heurDistanceWeight,
boolean cancellationOption)