Class LPMCollectorFactory
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.lpmevaluation.lpmevaluators.LPMCollectorFactory
-
public class LPMCollectorFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LPMCollectorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LPMEvaluator<? extends LPMEvaluationResult>getEvaluator(LPMEvaluatorId evaluatorId)WindowLPMCollector<? extends LPMCollectorResult>getWindowEvaluator(LPMCollectorId collectorId)
-
-
-
Method Detail
-
getEvaluator
public LPMEvaluator<? extends LPMEvaluationResult> getEvaluator(LPMEvaluatorId evaluatorId)
-
getWindowEvaluator
public WindowLPMCollector<? extends LPMCollectorResult> getWindowEvaluator(LPMCollectorId collectorId)
-
-