public class TraceLastEventClassifierFilter extends EventClassifierFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
The name of this filter.
|
Constructor and Description |
---|
TraceLastEventClassifierFilter(java.lang.String name,
org.deckfour.xes.model.XLog log,
Parameters parameters,
ComputationCell cell) |
TraceLastEventClassifierFilter(org.deckfour.xes.model.XLog log,
Parameters parameters,
ComputationCell cell)
Construct a start event filter for the given log and the given parameters.
|
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
filter()
Filter the set log on the events using the set parameters.
|
constructWidget, getTemplate, isSuitable, 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 TraceLastEventClassifierFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
log
- The log to filter.parameters
- The parameters to use while filtering.public TraceLastEventClassifierFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
public org.deckfour.xes.model.XLog filter()
filter
in class EventClassifierFilter