Class ProcessTreeSequentialNode

    • 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

      • ProcessTreeSequentialNode

        public ProcessTreeSequentialNode​(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