Class EfficientTree2processTree


  • public class EfficientTree2processTree
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.processmining.processtree.ProcessTree convert​(EfficientTree tree)  
      static org.processmining.processtree.Node convert​(EfficientTree tree, int node, org.processmining.processtree.ProcessTree newTree)  
      static org.processmining.processtree.Node replaceNode​(org.processmining.processtree.Node node, EfficientTree tree)
      Make tree a subtree that replaces node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EfficientTree2processTree

        public EfficientTree2processTree()
    • 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)