Package | Description |
---|---|
org.processmining.plugins.log.logfilters |
Modifier and Type | Method and Description |
---|---|
static org.deckfour.xes.model.XLog |
LogFilter.filter(org.processmining.framework.plugin.Progress progress,
int steps,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary,
XEventCondition eventCondition,
XTraceCondition traceCondition)
This method filters a log by removing XEvent objects from all XTrace
object in the given XLog, if the given XEventCondition returns false.
|
static org.deckfour.xes.model.XLog |
LogFilter.filter(org.processmining.framework.plugin.Progress progress,
int steps,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary,
XTraceCondition traceCondition)
This method filters a log by checking the given XTrace condition on each
trance.
|
static org.deckfour.xes.model.XLog |
LogFilter.filter(org.deckfour.xes.model.XLog log,
XEventCondition eventCondition,
XTraceCondition traceCondition)
This method filters a log by removing XEvent objects from all XTrace
object in the given XLog, if the given XEventCondition returns false.
|
static org.deckfour.xes.model.XLog |
LogFilter.filter(org.deckfour.xes.model.XLog log,
XTraceCondition traceCondition)
This method filters a log by checking the given XTrace condition on each
trance.
|