public class EventAttributeFilter extends EventGlobalAttributeFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
The name of this filter.
|
Constructor and Description |
---|
EventAttributeFilter(java.lang.String name,
org.deckfour.xes.model.XLog log,
Parameters parameters,
ComputationCell cell) |
EventAttributeFilter(org.deckfour.xes.model.XLog log,
Parameters parameters,
ComputationCell cell) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSuitable()
This filter is suitable if the log contains at least one event.
|
void |
setAttributes(boolean doReset)
Make sure the attribute parameter is initialized.
|
constructWidget, filter, getTemplate, setTemplate, updated, 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 EventAttributeFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
public EventAttributeFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
public boolean isSuitable()
isSuitable
in class EventGlobalAttributeFilter
public void setAttributes(boolean doReset)