Class NewFilter
- java.lang.Object
-
- org.processmining.filterbook.filters.Filter
-
- org.processmining.filterbook.filters.NewFilter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description NewFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconstructWidget()Abstract method that constructs a JComponent to enable the user to change the parameters.org.deckfour.xes.model.XLogfilter()Abstract method that filters the log using this filter and these parameters.FilterTemplategetTemplate()booleanisSuitable()voidsetTemplate(ParametersTemplate parameters)voidupdated(Parameter parameter)Abstract method that informs the filter that a parameter has been changed.voidupdatedDoInBackground(Parameter parameter)voidupdatedDone()voidupdateParameters()-
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
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NewFilter
public NewFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
-
Method Detail
-
filter
public org.deckfour.xes.model.XLog filter()
Description copied from class:FilterAbstract method that filters the log using this filter and these parameters.
-
constructWidget
public void constructWidget()
Description copied from class:FilterAbstract method that constructs a JComponent to enable the user to change the parameters.- Specified by:
constructWidgetin classFilter
-
updatedDoInBackground
public void updatedDoInBackground(Parameter parameter)
-
updatedDone
public void updatedDone()
-
updated
public void updated(Parameter parameter)
Description copied from class:FilterAbstract method that informs the filter that a parameter has been changed.
-
updateParameters
public void updateParameters()
- Specified by:
updateParametersin classFilter
-
isSuitable
public boolean isSuitable()
- Specified by:
isSuitablein classFilter
-
getTemplate
public FilterTemplate getTemplate()
- Specified by:
getTemplatein classFilter
-
setTemplate
public void setTemplate(ParametersTemplate parameters)
- Specified by:
setTemplatein classFilter
-
-