Class SplitLogOnLPMAlgorithmComplex

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.deckfour.xes.model.XLog split​(org.processmining.acceptingpetrinet.models.AcceptingPetriNet apn, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier)
      Splits a log into traces that start with the first event (or combination if starting with an invisible parallel split) of the given Petri net and end with the final event(s).
      • Methods inherited from class java.lang.Object

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

      • SplitLogOnLPMAlgorithmComplex

        public SplitLogOnLPMAlgorithmComplex()
    • Method Detail

      • split

        public org.deckfour.xes.model.XLog split​(org.processmining.acceptingpetrinet.models.AcceptingPetriNet apn,
                                                 org.deckfour.xes.model.XLog log,
                                                 org.deckfour.xes.classification.XEventClassifier classifier)
        Splits a log into traces that start with the first event (or combination if starting with an invisible parallel split) of the given Petri net and end with the final event(s).
        Specified by:
        split in interface SplitLogOnLPMAlgorithmInterface
        Parameters:
        apn -
        log -
        classifier -
        Returns: