Package | Description |
---|---|
org.processmining.log.filters | |
org.processmining.plugins.log.logfilters |
Modifier and Type | Class and Description |
---|---|
class |
AddIdentityFilter |
class |
ExtensionFilter |
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,
XEventEditor eventEditor)
This method filters a log by editing the XEvent objects from all XTrace
object in the given XLog.
|
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,
XEventEditor eventEditor,
XTraceEditor traceEditor)
This method filters a log by editing the XEvent objects from all XTrace
object in the given XLog.
|
static org.deckfour.xes.model.XLog |
LogFilter.filter(org.deckfour.xes.model.XLog log,
XEventEditor eventEditor)
This method filters a log by editing the XEvent objects from all XTrace
object in the given XLog.
|
static org.deckfour.xes.model.XLog |
LogFilter.filter(org.deckfour.xes.model.XLog log,
XEventEditor eventEditor,
XTraceEditor traceEditor)
This method filters a log by editing the XEvent objects from all XTrace
object in the given XLog.
|