Class AbstractEventFilter
- java.lang.Object
-
- org.processmining.logprojection.filters.AbstractEventFilter
-
- All Implemented Interfaces:
EventFilter
- Direct Known Subclasses:
BooleanAttributeFilter,ContinuousRangeAttributeFilter,DiscreteRangeAttributeFilter,LiteralAttributeFilter
public abstract class AbstractEventFilter extends java.lang.Object implements EventFilter
equality of AbstractEventFilters is based on the attribute they refer to and nothing more.- Author:
- bfvdonge
-
-
Field Summary
Fields Modifier and Type Field Description protected Attributeattributeprotected intattributeIndexprotected DataManager<?>manager
-
Constructor Summary
Constructors Constructor Description AbstractEventFilter(LogView view, Attribute attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.logprojection.filters.EventFilter
keepEvent
-
-
-
-
Field Detail
-
attributeIndex
protected final int attributeIndex
-
manager
protected final DataManager<?> manager
-
attribute
protected final Attribute attribute
-
-