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