public class TraceAttributeFilter extends TraceGlobalAttributeFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
TraceAttributeFilter(java.lang.String name,
org.deckfour.xes.model.XLog log,
Parameters parameters,
ComputationCell cell) |
TraceAttributeFilter(org.deckfour.xes.model.XLog log,
Parameters parameters,
ComputationCell cell) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSuitable()
This filter is suitable if contains at least one trace an dif some trace contains at least one attribute.
|
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 TraceAttributeFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
public TraceAttributeFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
public boolean isSuitable()
isSuitable
in class TraceGlobalAttributeFilter