Class TraceVariantRandomGlobalAttributeFilter
- java.lang.Object
-
- org.processmining.filterbook.filters.Filter
-
- org.processmining.filterbook.filters.select.global.TraceVariantAbstractGlobalAttributeFilter
-
- org.processmining.filterbook.filters.select.global.TraceVariantRandomGlobalAttributeFilter
-
- All Implemented Interfaces:
java.lang.Comparable<Filter>
public class TraceVariantRandomGlobalAttributeFilter extends TraceVariantAbstractGlobalAttributeFilter
-
-
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 TraceVariantRandomGlobalAttributeFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)TraceVariantRandomGlobalAttributeFilter(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.global.TraceVariantAbstractGlobalAttributeFilter
constructWidget, filter, getChartWidget, getTemplate, isSuitable, setAttributes, 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
-
TraceVariantRandomGlobalAttributeFilter
public TraceVariantRandomGlobalAttributeFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
TraceVariantRandomGlobalAttributeFilter
public TraceVariantRandomGlobalAttributeFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
-
Method Detail
-
select
public void select()
- Specified by:
selectin classTraceVariantAbstractGlobalAttributeFilter
-
-