|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventTypeFilter | |
---|---|
org.processmining.mining.dmcscanning.logutils.filter |
Uses of EventTypeFilter in org.processmining.mining.dmcscanning.logutils.filter |
---|
Methods in org.processmining.mining.dmcscanning.logutils.filter that return EventTypeFilter | |
---|---|
static EventTypeFilter |
EventTypeFilter.equal(java.lang.String anEventType)
static factory method; retrieves a filter matching the complete string |
static EventTypeFilter |
EventTypeFilter.equalRegex(java.lang.String aPattern)
static factory method; retrieves a filter matching the given regular expression |
static EventTypeFilter |
EventTypeFilter.notEqual(java.lang.String anEventType)
static factory method; retrieves a filter matching the complete string |
static EventTypeFilter |
EventTypeFilter.notEqualRegex(java.lang.String aPattern)
static factory method; retrieves a filter matching the given regular expression |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |