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