Package | Description |
---|---|
org.processmining.plugins.etconformance.data |
Modifier and Type | Method and Description |
---|---|
PrefixAutomatonNode |
Imprecisions.getImp(int i) |
Modifier and Type | Method and Description |
---|---|
edu.uci.ics.jung.graph.DelegateTree<PrefixAutomatonNode,PrefixAutomatonEdge> |
PrefixAutomaton.getTree() |
Modifier and Type | Method and Description |
---|---|
void |
Imprecisions.addImp(PrefixAutomatonNode imp) |
void |
PrefixAutomaton.computeSeverity(ETCResults res,
org.deckfour.xes.model.XTrace trace,
PrefixAutomatonNode imp)
Compute and set the severity of an imprecision.
|
void |
PrefixAutomaton.createMDTTraceRec(PrefixAutomatonNode node,
org.deckfour.xes.model.XTrace trace)
Recursive function to fill the trace with the path from the root to the
given node.
|
void |
PrefixAutomaton.detectEscapingRec(PrefixAutomatonNode parent,
ETCResults res)
Set and compute the escaping states of the subtree rooted by the given node.
|
void |
PrefixAutomaton.enrichRec(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.Petrinet net,
org.processmining.models.semantics.petrinet.Marking marking,
org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping mapping,
PrefixAutomatonNode node,
org.processmining.models.semantics.petrinet.PetrinetSemantics sem,
ETCResults res)
Enrich/Extend the subtree from the given node with the behavior of the model.
|
void |
PrefixAutomaton.setNonDetSubtree(PrefixAutomatonNode node,
ETCResults res)
Set all the subtree of the node as NON_DET nodes
|
void |
PrefixAutomaton.setNonFitSubtree(PrefixAutomatonNode node,
ETCResults res)
Set all the subtree of the node as NON_FIT nodes
|
void |
PrefixAutomaton.setOutSubtree(PrefixAutomatonNode node,
ETCResults res)
Set all the subtree of the node as OUT nodes
|