Class EfficientTree2processTree
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree2processTree
-
public class EfficientTree2processTree extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EfficientTree2processTree()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.processmining.processtree.ProcessTreeconvert(EfficientTree tree)static org.processmining.processtree.Nodeconvert(EfficientTree tree, int node, org.processmining.processtree.ProcessTree newTree)static org.processmining.processtree.NodereplaceNode(org.processmining.processtree.Node node, EfficientTree tree)Make tree a subtree that replaces node.
-
-
-
Method Detail
-
convert
public static org.processmining.processtree.ProcessTree convert(EfficientTree tree)
-
replaceNode
public static org.processmining.processtree.Node replaceNode(org.processmining.processtree.Node node, EfficientTree tree)Make tree a subtree that replaces node.- Parameters:
node-tree-- Returns:
- the root of the subtree.
-
convert
public static org.processmining.processtree.Node convert(EfficientTree tree, int node, org.processmining.processtree.ProcessTree newTree)
-
-