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