Class LPMEvaluationController
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.lpmevaluation.LPMEvaluationController
-
- All Implemented Interfaces:
EvaluatorHub
public class LPMEvaluationController extends java.lang.Object implements EvaluatorHub
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classLPMEvaluationController.EventCoverageSetLevel
-
Constructor Summary
Constructors Constructor Description LPMEvaluationController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LPMEvaluationResultevaluate(java.lang.String key, LocalProcessModel lpm)LPMEvaluationController.EventCoverageSetLevelgetEventCoverageSetLevel()voidregisterEvaluator(java.lang.String key, WindowLPMCollector<?> evaluator)voidsetEvaluatorFactory(LPMCollectorFactory evaluatorFactory)LPMAdditionalInfoupdateAdditionalInfoForOneWindow(LocalProcessModel lpm, LPMTemporaryWindowInfo tempInfo, LPMAdditionalInfo additionalInfo)
-
-
-
Method Detail
-
setEvaluatorFactory
public void setEvaluatorFactory(LPMCollectorFactory evaluatorFactory)
-
updateAdditionalInfoForOneWindow
public LPMAdditionalInfo updateAdditionalInfoForOneWindow(LocalProcessModel lpm, LPMTemporaryWindowInfo tempInfo, LPMAdditionalInfo additionalInfo)
-
registerEvaluator
public void registerEvaluator(java.lang.String key, WindowLPMCollector<?> evaluator)- Specified by:
registerEvaluatorin interfaceEvaluatorHub
-
evaluate
public LPMEvaluationResult evaluate(java.lang.String key, LocalProcessModel lpm)
-
getEventCoverageSetLevel
public LPMEvaluationController.EventCoverageSetLevel getEventCoverageSetLevel()
-
-