Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
TraceLogFilter(java.lang.String name,
org.deckfour.xes.model.XLog log,
Parameters parameters,
ComputationCell cell) |
TraceLogFilter(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 |
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 TraceLogFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
public TraceLogFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
public boolean isSuitable()
isSuitable
in class Filter
public org.deckfour.xes.model.XLog filter()
Filter
public void constructWidget()
Filter
constructWidget
in class Filter
public void updated(Parameter parameter)
Filter
public void updateParameters()
updateParameters
in class Filter
public FilterTemplate getTemplate()
getTemplate
in class Filter
public void setTemplate(ParametersTemplate parameters)
setTemplate
in class Filter