Class TraceVariantDFCoverClassifierFilter
- java.lang.Object
-
- org.processmining.filterbook.filters.Filter
-
- org.processmining.filterbook.filters.select.classifier.TraceVariantAbstractClassifierFilter
-
- org.processmining.filterbook.filters.select.classifier.TraceVariantDFCoverClassifierFilter
-
- All Implemented Interfaces:
java.lang.Comparable<Filter>
public class TraceVariantDFCoverClassifierFilter extends TraceVariantAbstractClassifierFilter
-
-
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.classifier.TraceVariantAbstractClassifierFilter
selectedTraces, traces
-
-
Constructor Summary
Constructors Constructor Description TraceVariantDFCoverClassifierFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)TraceVariantDFCoverClassifierFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetChartWidget()voidselect()-
Methods inherited from class org.processmining.filterbook.filters.select.classifier.TraceVariantAbstractClassifierFilter
constructWidget, filter, getTemplate, isSuitable, setClassifiers, 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
-
TraceVariantDFCoverClassifierFilter
public TraceVariantDFCoverClassifierFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
TraceVariantDFCoverClassifierFilter
public TraceVariantDFCoverClassifierFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
-
Method Detail
-
select
public void select()
- Specified by:
selectin classTraceVariantAbstractClassifierFilter
-
getChartWidget
public javax.swing.JComponent getChartWidget()
- Overrides:
getChartWidgetin classTraceVariantAbstractClassifierFilter
-
-