Class SplitLogOnLPMAlgorithmNaive

    • 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 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

      • SplitLogOnLPMAlgorithmNaive

        public SplitLogOnLPMAlgorithmNaive()
    • 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 of the given Petri net and end with the final event(s). Expects all initial and final markings to consist of a single place each. Expects only a single visible transition from the initial marking. Expects only a single visible transition to each final marking.
        Specified by:
        split in interface SplitLogOnLPMAlgorithmInterface
        Parameters:
        apn -
        log -
        classifier -
        Returns: