Class TraceVariantRandomAttributeFilter
- java.lang.Object
-
- org.processmining.filterbook.filters.Filter
-
- org.processmining.filterbook.filters.select.global.TraceVariantAbstractGlobalAttributeFilter
-
- org.processmining.filterbook.filters.select.attribute.TraceVariantAbstractAttributeFilter
-
- org.processmining.filterbook.filters.select.attribute.TraceVariantRandomAttributeFilter
-
- All Implemented Interfaces:
java.lang.Comparable<Filter>
public class TraceVariantRandomAttributeFilter extends TraceVariantAbstractAttributeFilter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAMEThe name of this filter.-
Fields inherited from class org.processmining.filterbook.filters.select.global.TraceVariantAbstractGlobalAttributeFilter
selectedTraces, traces
-
-
Constructor Summary
Constructors Constructor Description TraceVariantRandomAttributeFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)TraceVariantRandomAttributeFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidselect()-
Methods inherited from class org.processmining.filterbook.filters.select.attribute.TraceVariantAbstractAttributeFilter
isSuitable, setAttributes
-
Methods inherited from class org.processmining.filterbook.filters.select.global.TraceVariantAbstractGlobalAttributeFilter
constructWidget, filter, getChartWidget, getTemplate, 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
-
TraceVariantRandomAttributeFilter
public TraceVariantRandomAttributeFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
TraceVariantRandomAttributeFilter
public TraceVariantRandomAttributeFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
-
Method Detail
-
select
public void select()
- Specified by:
selectin classTraceVariantAbstractGlobalAttributeFilter
-
-