Class PassageCoverageCollector
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.lpmevaluation.lpmevaluators.concrete.PassageCoverageCollector
-
- All Implemented Interfaces:
WindowLPMCollector<PassageCoverageEvaluationResult>
public class PassageCoverageCollector extends java.lang.Object implements WindowLPMCollector<PassageCoverageEvaluationResult>
-
-
Constructor Summary
Constructors Constructor Description PassageCoverageCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PassageCoverageEvaluationResultcreateEmptyResult(LocalProcessModel lpm)PassageCoverageEvaluationResultevaluate(LocalProcessModel lpm, LPMTemporaryWindowInfo lpmTemporaryWindowInfo, LPMCollectorResult existingEvaluation)Evaluates a local process model given the parameters of the evaluatorjava.lang.StringgetKey()java.lang.Class<PassageCoverageEvaluationResult>getResultClass()java.lang.StringgetResultKey()
-
-
-
Method Detail
-
evaluate
public PassageCoverageEvaluationResult 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<PassageCoverageEvaluationResult>- 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<PassageCoverageEvaluationResult>
-
getResultKey
public java.lang.String getResultKey()
- Specified by:
getResultKeyin interfaceWindowLPMCollector<PassageCoverageEvaluationResult>
-
createEmptyResult
public PassageCoverageEvaluationResult createEmptyResult(LocalProcessModel lpm)
- Specified by:
createEmptyResultin interfaceWindowLPMCollector<PassageCoverageEvaluationResult>
-
getResultClass
public java.lang.Class<PassageCoverageEvaluationResult> getResultClass()
- Specified by:
getResultClassin interfaceWindowLPMCollector<PassageCoverageEvaluationResult>
-
-