Class EfficientTree2AcceptingPetriNet


  • public class EfficientTree2AcceptingPetriNet
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.concurrent.atomic.AtomicInteger placeCounter  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.processmining.acceptingpetrinet.models.AcceptingPetriNet convert​(EfficientTree tree)  
      static org.processmining.acceptingpetrinet.models.AcceptingPetriNet convert​(EfficientTree tree, gnu.trove.map.TIntObjectMap<org.processmining.models.graphbased.directed.petrinet.elements.Transition> node2transition)  
      • Methods inherited from class java.lang.Object

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

      • placeCounter

        public static java.util.concurrent.atomic.AtomicInteger placeCounter
    • Constructor Detail

      • EfficientTree2AcceptingPetriNet

        public EfficientTree2AcceptingPetriNet()
    • Method Detail

      • convert

        public static org.processmining.acceptingpetrinet.models.AcceptingPetriNet convert​(EfficientTree tree)
      • convert

        public static org.processmining.acceptingpetrinet.models.AcceptingPetriNet convert​(EfficientTree tree,
                                                                                           gnu.trove.map.TIntObjectMap<org.processmining.models.graphbased.directed.petrinet.elements.Transition> node2transition)