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