Class NeedsEvaluationLPMFilter
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.lpms.AbstractLPMFilter
-
- org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.lpms.NeedsEvaluationLPMFilter
-
- All Implemented Interfaces:
LPMFilter
- Direct Known Subclasses:
AbovePassageCoverageThresholdLPMFilter,AbovePassageRepetitionThresholdLPMFilter,AboveTransitionOverlappingThresholdLPMFilter,AboveWindowsEvaluationThresholdLPMFilter
public abstract class NeedsEvaluationLPMFilter extends AbstractLPMFilter
-
-
Constructor Summary
Constructors Constructor Description NeedsEvaluationLPMFilter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract LPMEvaluationResultIdgetEvaluationId()abstract LPMEvaluatorIdgetEvaluatorId()booleanneedsEvaluation()-
Methods inherited from class org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.lpms.AbstractLPMFilter
filter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.lpms.LPMFilter
getPriority, shouldKeep
-
-
-
-
Method Detail
-
needsEvaluation
public boolean needsEvaluation()
-
getEvaluatorId
public abstract LPMEvaluatorId getEvaluatorId()
-
getEvaluationId
public abstract LPMEvaluationResultId getEvaluationId()
-
-