Class ProcessTreeXOrNode

    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessTreeXOrNode​(ProcessTreeNode parent, org.deckfour.xes.factory.XFactory xFactory, org.processmining.processtree.Node node)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void updateParent​(ProcessTreeNode childFired, org.deckfour.xes.model.XEvent eventCreated, boolean closed, boolean includeSilent, boolean isSilent)  
      • Methods inherited from class java.lang.Object

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

      • ProcessTreeXOrNode

        public ProcessTreeXOrNode​(ProcessTreeNode parent,
                                  org.deckfour.xes.factory.XFactory xFactory,
                                  org.processmining.processtree.Node node)
    • Method Detail

      • updateParent

        public void updateParent​(ProcessTreeNode childFired,
                                 org.deckfour.xes.model.XEvent eventCreated,
                                 boolean closed,
                                 boolean includeSilent,
                                 boolean isSilent)
        Specified by:
        updateParent in class ProcessTreeNode