Class EventOccurrencesAttributeFilter
- java.lang.Object
-
- org.processmining.filterbook.filters.Filter
-
- org.processmining.filterbook.filters.project.global.EventOccurrencesGlobalAttributeFilter
-
- org.processmining.filterbook.filters.project.attribute.EventOccurrencesAttributeFilter
-
- All Implemented Interfaces:
java.lang.Comparable<Filter>
public class EventOccurrencesAttributeFilter extends EventOccurrencesGlobalAttributeFilter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAMEThe name of this filter.
-
Constructor Summary
Constructors Constructor Description EventOccurrencesAttributeFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)EventOccurrencesAttributeFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSuitable()This filter is suitable if the log contains at least one event.voidsetAttributes(boolean doReset)Make sure the attribute parameter is initialized.-
Methods inherited from class org.processmining.filterbook.filters.project.global.EventOccurrencesGlobalAttributeFilter
constructWidget, filter, getChartWidget, getTemplate, setAttributeValues, setSelectionType, setTemplate, updated, updateParameters
-
Methods inherited from class org.processmining.filterbook.filters.Filter
compareTo, filter, getCell, getDummyAttribute, getDummyClassifier, getFactory, getLog, getName, getParameters, getWidget, hasClassifiers, hasConceptExtension, hasEvents, hasGlobalConceptName, hasGlobalEventAttributes, hasGlobalTimestamp, hasGlobalTraceAttributes, hasTimeExtension, hasTraceAttributes, hasTraces, initializeLog, setLog, setSelected, setWidget, toString, update
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
The name of this filter.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EventOccurrencesAttributeFilter
public EventOccurrencesAttributeFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
EventOccurrencesAttributeFilter
public EventOccurrencesAttributeFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
-
Method Detail
-
isSuitable
public boolean isSuitable()
This filter is suitable if the log contains at least one event.- Overrides:
isSuitablein classEventOccurrencesGlobalAttributeFilter
-
setAttributes
public void setAttributes(boolean doReset)
Make sure the attribute parameter is initialized.- Overrides:
setAttributesin classEventOccurrencesGlobalAttributeFilter
-
-