public class ETCAlgorithm
extends java.lang.Object
Constructor and Description |
---|
ETCAlgorithm() |
Modifier and Type | Method and Description |
---|---|
static org.deckfour.xes.model.XLog |
exec(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.processmining.models.graphbased.directed.petrinet.Petrinet net,
org.processmining.models.semantics.petrinet.Marking marking,
org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping mapping,
ETCResults res)
Perform the ETConformance algorithm.
|
public static org.deckfour.xes.model.XLog exec(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.semantics.petrinet.Marking marking, org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping mapping, ETCResults res) throws java.lang.Exception
context
- Context of the plug-in.log
- Log.net
- Model.marking
- Initial Marking of the model.mapping
- Connection between the log and the model.res
- Results object to store the results.java.lang.Exception