Class EventLastEventAttributeTraceFilter
- java.lang.Object
-
- org.processmining.filterbook.filters.Filter
-
- org.processmining.filterbook.filters.project.global.EventGlobalAttributeFilter
-
- org.processmining.filterbook.filters.project.attribute.EventAttributeFilter
-
- org.processmining.filterbook.filters.project.attribute.EventLastEventAttributeFilter
-
- org.processmining.filterbook.filters.project.attribute.EventLastEventAttributeTraceFilter
-
- All Implemented Interfaces:
java.lang.Comparable<Filter>
public class EventLastEventAttributeTraceFilter extends EventLastEventAttributeFilter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description EventLastEventAttributeTraceFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)EventLastEventAttributeTraceFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLast(org.deckfour.xes.model.XTrace trace, org.deckfour.xes.model.XEvent event, org.deckfour.xes.model.XAttribute attribute, java.util.Set<AttributeValueType> values)-
Methods inherited from class org.processmining.filterbook.filters.project.attribute.EventLastEventAttributeFilter
filter, getChartWidget
-
Methods inherited from class org.processmining.filterbook.filters.project.attribute.EventAttributeFilter
isSuitable, setAttributes
-
Methods inherited from class org.processmining.filterbook.filters.project.global.EventGlobalAttributeFilter
constructWidget, getTemplate, setAttributeValues, setSelectionType, setTemplate, updated, updateParameters
-
Methods inherited from class org.processmining.filterbook.filters.Filter
compareTo, filter, getCell, getDummyAttribute, getDummyClassifier, getFactory, getLog, getName, getParameters, getWidget, hasClassifiers, hasConceptExtension, hasEvents, hasGlobalConceptName, hasGlobalEventAttributes, hasGlobalTimestamp, hasGlobalTraceAttributes, hasTimeExtension, hasTraceAttributes, hasTraces, initializeLog, setLog, setSelected, setWidget, toString, update
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EventLastEventAttributeTraceFilter
public EventLastEventAttributeTraceFilter(org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
EventLastEventAttributeTraceFilter
public EventLastEventAttributeTraceFilter(java.lang.String name, org.deckfour.xes.model.XLog log, Parameters parameters, ComputationCell cell)
-
-
Method Detail
-
isLast
public boolean isLast(org.deckfour.xes.model.XTrace trace, org.deckfour.xes.model.XEvent event, org.deckfour.xes.model.XAttribute attribute, java.util.Set<AttributeValueType> values)- Overrides:
isLastin classEventLastEventAttributeFilter
-
-