Class ProcessTree2EfficientTree


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static EfficientTree convert​(org.processmining.processtree.Node node)
      Convert a process tree node to a efficient tree
      static EfficientTree convert​(org.processmining.processtree.ProcessTree processTree)
      Convert a process tree into a efficient tree
      static Triple<int[],​gnu.trove.map.TObjectIntMap<java.lang.String>,​java.lang.String[]> tree2efficientTree​(org.processmining.processtree.Node node)
      Convert a process tree into a efficient tree
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait