Class TraceDirectlyFollowsAttributeFilter
- java.lang.Object
-
- org.processmining.filterbook.filters.Filter
-
- org.processmining.filterbook.filters.select.global.TraceDirectlyFollowsGlobalAttributeFilter
-
- org.processmining.filterbook.filters.select.attribute.TraceDirectlyFollowsAttributeFilter
-
- All Implemented Interfaces:
java.lang.Comparable<Filter>
public class TraceDirectlyFollowsAttributeFilter extends TraceDirectlyFollowsGlobalAttributeFilter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAMEThe name of this filter.
-
Constructor Summary
Constructors Constructor Description TraceDirectlyFollowsAttributeFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)TraceDirectlyFollowsAttributeFilter(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.select.global.TraceDirectlyFollowsGlobalAttributeFilter
checkTrace, constructWidget, filter, getChartWidget, getTemplate, setAttributeValuesA, setAttributeValuesB, 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
-
TraceDirectlyFollowsAttributeFilter
public TraceDirectlyFollowsAttributeFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
TraceDirectlyFollowsAttributeFilter
public TraceDirectlyFollowsAttributeFilter(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 classTraceDirectlyFollowsGlobalAttributeFilter
-
setAttributes
public void setAttributes(boolean doReset)
Make sure the attribute parameter is initialized.- Overrides:
setAttributesin classTraceDirectlyFollowsGlobalAttributeFilter
-
-