Class AbstractLPMFilter
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.lpms.AbstractLPMFilter
-
- All Implemented Interfaces:
LPMFilter
- Direct Known Subclasses:
NeedsEvaluationLPMFilter
public abstract class AbstractLPMFilter extends java.lang.Object implements LPMFilter
-
-
Constructor Summary
Constructors Constructor Description AbstractLPMFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<LocalProcessModel>filter(java.util.Set<LocalProcessModel> lpms)-
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, needsEvaluation, shouldKeep
-
-
-
-
Method Detail
-
filter
public java.util.Set<LocalProcessModel> filter(java.util.Set<LocalProcessModel> lpms)
-
-