Class ProcessTree2EfficientTreePlugin
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.plugins.ProcessTree2EfficientTreePlugin
-
public class ProcessTree2EfficientTreePlugin extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProcessTree2EfficientTreePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.processmining.processtree.ProcessTreeconvertBack(org.processmining.contexts.uitopia.UIPluginContext context, EfficientTree tree)EfficientTreemeasure1automata(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.processtree.ProcessTree tree)
-
-
-
Method Detail
-
measure1automata
public EfficientTree measure1automata(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.processtree.ProcessTree tree) throws java.lang.Exception
- Throws:
java.lang.Exception
-
convertBack
public org.processmining.processtree.ProcessTree convertBack(org.processmining.contexts.uitopia.UIPluginContext context, EfficientTree tree) throws java.lang.Exception- Throws:
java.lang.Exception
-
-