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