Class AbovePassageRepetitionThresholdLPMFilter
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.lpms.AbstractLPMFilter
-
- org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.lpms.NeedsEvaluationLPMFilter
-
- org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.lpms.AbovePassageRepetitionThresholdLPMFilter
-
- All Implemented Interfaces:
LPMFilter
public class AbovePassageRepetitionThresholdLPMFilter extends NeedsEvaluationLPMFilter
-
-
Constructor Summary
Constructors Constructor Description AbovePassageRepetitionThresholdLPMFilter(double threshold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LPMEvaluationResultIdgetEvaluationId()LPMEvaluatorIdgetEvaluatorId()intgetPriority()booleanshouldKeep(LocalProcessModel lpm)-
Methods inherited from class org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.lpms.NeedsEvaluationLPMFilter
needsEvaluation
-
Methods inherited from class org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.lpms.AbstractLPMFilter
filter
-
-
-
-
Method Detail
-
shouldKeep
public boolean shouldKeep(LocalProcessModel lpm)
-
getPriority
public int getPriority()
-
getEvaluatorId
public LPMEvaluatorId getEvaluatorId()
- Specified by:
getEvaluatorIdin classNeedsEvaluationLPMFilter
-
getEvaluationId
public LPMEvaluationResultId getEvaluationId()
- Specified by:
getEvaluationIdin classNeedsEvaluationLPMFilter
-
-