public class TraceLastEventGlobalAttributeFilter extends EventGlobalAttributeFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
The name of this filter.
|
Constructor and Description |
---|
TraceLastEventGlobalAttributeFilter(java.lang.String name,
org.deckfour.xes.model.XLog log,
Parameters parameters,
ComputationCell cell) |
TraceLastEventGlobalAttributeFilter(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 start 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 TraceLastEventGlobalAttributeFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
log
- The log to filter.parameters
- The parameters to use while filtering.public TraceLastEventGlobalAttributeFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
public org.deckfour.xes.model.XLog filter()
filter
in class EventGlobalAttributeFilter