Class TransitionsOverlappingEvaluator
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.lpmevaluation.lpmevaluators.concrete.TransitionsOverlappingEvaluator
-
- All Implemented Interfaces:
LPMEvaluator<TransitionsOverlappingEvaluationResult>
public class TransitionsOverlappingEvaluator extends java.lang.Object implements LPMEvaluator<TransitionsOverlappingEvaluationResult>
-
-
Constructor Summary
Constructors Constructor Description TransitionsOverlappingEvaluator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransitionsOverlappingEvaluationResultevaluate(LocalProcessModel lpm)Evaluates a local process model
-
-
-
Method Detail
-
evaluate
public TransitionsOverlappingEvaluationResult evaluate(LocalProcessModel lpm)
Description copied from interface:LPMEvaluatorEvaluates a local process model- Specified by:
evaluatein interfaceLPMEvaluator<TransitionsOverlappingEvaluationResult>- Parameters:
lpm- : the local process model that needs to be evaluated- Returns:
- the result of the evaluation
-
-