Class SplitLogOnLPMAlgorithmComplex
- java.lang.Object
-
- org.processmining.lpmsupportedwords.algorithms.SplitLogOnLPMAlgorithmComplex
-
- All Implemented Interfaces:
SplitLogOnLPMAlgorithmInterface
public class SplitLogOnLPMAlgorithmComplex extends java.lang.Object implements SplitLogOnLPMAlgorithmInterface
-
-
Field Summary
-
Fields inherited from interface org.processmining.lpmsupportedwords.algorithms.SplitLogOnLPMAlgorithmInterface
SPLIT_TRACENAME
-
-
Constructor Summary
Constructors Constructor Description SplitLogOnLPMAlgorithmComplex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XLogsplit(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).
-
-
-
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:
splitin interfaceSplitLogOnLPMAlgorithmInterface- Parameters:
apn-log-classifier-- Returns:
-
-