Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
NewFilter(org.deckfour.xes.model.XLog log,
Parameters parameters,
ComputationCell cell) |
Modifier and Type | Method and Description |
---|---|
void |
constructWidget()
Abstract method that constructs a JComponent to enable the user to change the
parameters.
|
org.deckfour.xes.model.XLog |
filter()
Abstract method that filters the log using this filter and these parameters.
|
FilterTemplate |
getTemplate() |
boolean |
isSuitable() |
void |
setTemplate(ParametersTemplate parameters) |
void |
updated(Parameter parameter)
Abstract method that informs the filter that a parameter has been changed.
|
void |
updatedDoInBackground(Parameter parameter) |
void |
updatedDone() |
void |
updateParameters() |
compareTo, filter, getCell, getFactory, getLog, getName, getParameters, getWidget, hasClassifiers, hasConceptExtension, hasEvents, hasGlobalConceptName, hasGlobalEventAttributes, hasGlobalTimestamp, hasGlobalTraceAttributes, hasTimeExtension, hasTraceAttributes, hasTraces, initializeLog, setLog, setSelected, setWidget, toString, update
public static final java.lang.String NAME
public NewFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
public org.deckfour.xes.model.XLog filter()
Filter
public void constructWidget()
Filter
constructWidget
in class Filter
public void updatedDoInBackground(Parameter parameter)
public void updatedDone()
public void updated(Parameter parameter)
Filter
public void updateParameters()
updateParameters
in class Filter
public boolean isSuitable()
isSuitable
in class Filter
public FilterTemplate getTemplate()
getTemplate
in class Filter
public void setTemplate(ParametersTemplate parameters)
setTemplate
in class Filter