Class IvMFilterTreeNodeLeafAbstract<X>
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.ivmfilter.tree.IvMFilterTreeNodeLeafAbstract<X>
-
- All Implemented Interfaces:
IvMFilterTreeNode<X>,IvMFilterTreeNodeLeaf<X>
public abstract class IvMFilterTreeNodeLeafAbstract<X> extends java.lang.Object implements IvMFilterTreeNodeLeaf<X>
-
-
Constructor Summary
Constructors Constructor Description IvMFilterTreeNodeLeafAbstract()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanstaysInLog(X element)protected abstract booleanstaysInLogA(X element)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.plugins.inductiveVisualMiner.ivmfilter.tree.IvMFilterTreeNode
couldSomethingBeFiltered, getExplanation
-
-
-
-
Method Detail
-
staysInLogA
protected abstract boolean staysInLogA(X element)
-
staysInLog
public boolean staysInLog(X element)
- Specified by:
staysInLogin interfaceIvMFilterTreeNode<X>
-
-