Package | Description |
---|---|
org.processmining.filtering.xfilter.factories | |
org.processmining.filtering.xfilter.implementations |
Modifier and Type | Method and Description |
---|---|
static <T extends org.deckfour.xes.model.XAttributable> |
XFilterFactory.containsKeyValuePairFilter(java.lang.String key,
boolean value)
|
static <T extends org.deckfour.xes.model.XAttributable> |
XFilterFactory.containsKeyValuePairFilter(java.lang.String key,
java.lang.String value)
|
Modifier and Type | Method and Description |
---|---|
static XFilter<org.deckfour.xes.model.XTrace> |
XFilterFactory.hideXEvent(XAttributableFilter<org.deckfour.xes.model.XEvent> eventFilter) |
Modifier and Type | Class and Description |
---|---|
class |
XAttributableContainsKeyWithValueXFilterImpl<T extends org.deckfour.xes.model.XAttributable>
The XAttributableContainsKeyWithValueXFilterImpl class checks whether an
XAttributable object contains a given
|
Modifier and Type | Field and Description |
---|---|
protected XAttributableFilter<org.deckfour.xes.model.XEvent> |
HideXEventXAttributableFilterImpl.eventFilter |
Modifier and Type | Method and Description |
---|---|
XAttributableFilter<T> |
XAttributableContainsKeyWithValueXFilterImpl.clone() |
Constructor and Description |
---|
HideXEventXAttributableFilterImpl(XAttributableFilter<org.deckfour.xes.model.XEvent> eventFilter) |