Uses of Interface
org.processmining.logprojection.filters.EventFilter
-
Packages that use EventFilter Package Description org.processmining.logprojection.filters org.processmining.logprojection.plugins.dottedchart org.processmining.logprojection.plugins.dottedchart.filtering -
-
Uses of EventFilter in org.processmining.logprojection.filters
Classes in org.processmining.logprojection.filters that implement EventFilter Modifier and Type Class Description classAbstractEventFilterequality of AbstractEventFilters is based on the attribute they refer to and nothing more.classBooleanAttributeFilterclassContinuousRangeAttributeFilterclassDiscreteRangeAttributeFilterclassLiteralAttributeFilterclassTraceFilterstatic classTraceFilter.Anystatic classTraceFilter.Firststatic classTraceFilter.LastFields in org.processmining.logprojection.filters declared as EventFilter Modifier and Type Field Description protected EventFilterTraceFilter. eventFilterConstructors in org.processmining.logprojection.filters with parameters of type EventFilter Constructor Description Any(EventFilter eventFilter)First(EventFilter eventFilter)Last(EventFilter eventFilter) -
Uses of EventFilter in org.processmining.logprojection.plugins.dottedchart
Methods in org.processmining.logprojection.plugins.dottedchart with parameters of type EventFilter Modifier and Type Method Description voidDottedChart. addEventFilter(EventFilter eventFilter, boolean signalChange)voidDottedChart. removeEventFilter(EventFilter eventFilter, boolean signalChange) -
Uses of EventFilter in org.processmining.logprojection.plugins.dottedchart.filtering
Methods in org.processmining.logprojection.plugins.dottedchart.filtering that return EventFilter Modifier and Type Method Description protected EventFilterAbsoluteTimestampAttributeFilterPanel. getEventFilter(Attribute a, long[] selectedValue)protected abstract EventFilterAbstractAttributeFilterPanel. getEventFilter(Attribute a, V selectedValue)protected EventFilterBooleanAttributeFilterPanel. getEventFilter(Attribute a, int[] selectedIndices)protected EventFilterContinuousAttributeFilterPanel. getEventFilter(Attribute a, double[] selectedValue)protected EventFilterDiscreteAttributeFilterPanel. getEventFilter(Attribute a, long[] selectedValue)protected EventFilterLiteralAttributeFilterPanel. getEventFilter(Attribute a, int[] selectedIndices)protected EventFilterRelativeTimestampAttributeFilterPanel. getEventFilter(Attribute a, long[] selectedValue)Methods in org.processmining.logprojection.plugins.dottedchart.filtering that return types with arguments of type EventFilter Modifier and Type Method Description java.util.List<EventFilter>AbstractAttributeFilterPanel. getFiltersToAdd()java.util.List<EventFilter>AttributeFilterPanel. getFiltersToAdd()After closing, the filters to add will be retrieved through this methodjava.util.List<EventFilter>AbstractAttributeFilterPanel. getFiltersToRemove()java.util.List<EventFilter>AttributeFilterPanel. getFiltersToRemove()After closing, the filters to remove will be retrieved through this method
-