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