Class EventCoverageCollector
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.lpmevaluation.lpmevaluators.concrete.EventCoverageCollector
-
- All Implemented Interfaces:
WindowLPMCollector<EventCoverageEvaluationResult>
public class EventCoverageCollector extends java.lang.Object implements WindowLPMCollector<EventCoverageEvaluationResult>
-
-
Constructor Summary
Constructors Constructor Description EventCoverageCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventCoverageEvaluationResultcreateEmptyResult(LocalProcessModel lpm)EventCoverageEvaluationResultevaluate(LocalProcessModel lpm, LPMTemporaryWindowInfo lpmTemporaryWindowInfo, LPMCollectorResult existingEvaluation)Evaluates a local process model given the parameters of the evaluatorjava.lang.StringgetKey()java.lang.Class<EventCoverageEvaluationResult>getResultClass()java.lang.StringgetResultKey()
-
-
-
Method Detail
-
evaluate
public EventCoverageEvaluationResult evaluate(LocalProcessModel lpm, LPMTemporaryWindowInfo lpmTemporaryWindowInfo, LPMCollectorResult existingEvaluation)
Description copied from interface:WindowLPMCollectorEvaluates a local process model given the parameters of the evaluator- Specified by:
evaluatein interfaceWindowLPMCollector<EventCoverageEvaluationResult>- Parameters:
lpm- : the local process model that needs to be evaluated- Returns:
- the result of the evaluation
-
getKey
public java.lang.String getKey()
- Specified by:
getKeyin interfaceWindowLPMCollector<EventCoverageEvaluationResult>
-
getResultKey
public java.lang.String getResultKey()
- Specified by:
getResultKeyin interfaceWindowLPMCollector<EventCoverageEvaluationResult>
-
createEmptyResult
public EventCoverageEvaluationResult createEmptyResult(LocalProcessModel lpm)
- Specified by:
createEmptyResultin interfaceWindowLPMCollector<EventCoverageEvaluationResult>
-
getResultClass
public java.lang.Class<EventCoverageEvaluationResult> getResultClass()
- Specified by:
getResultClassin interfaceWindowLPMCollector<EventCoverageEvaluationResult>
-
-