Methods in org.processmining.plugins.log.logfilters with parameters of type XTraceCondition |
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. |