Package | Description |
---|---|
org.processmining.log.filters | |
org.processmining.plugins.log.logfilters | |
org.processmining.plugins.log.logfilters.impl |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
AddIdentityFilter.filter(org.processmining.framework.plugin.PluginContext context) |
org.deckfour.xes.model.XLog |
ExtensionFilter.filter(org.processmining.framework.plugin.Progress progress,
java.util.Collection<java.lang.String> extensions) |
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.processmining.framework.plugin.Progress progress,
int steps,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary,
XTraceEditor traceEditor)
This method filters a log by editing all XTrace objects 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.
|
static org.deckfour.xes.model.XLog |
LogFilter.filter(org.deckfour.xes.model.XLog log,
XTraceEditor traceEditor)
This method filters a log by editing all XTrace objects in the given
XLog.
|
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
DayAbstractionLogEditor.editor(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
org.deckfour.xes.model.XLog |
WeekAbstractionLogEditor.editor(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
org.deckfour.xes.model.XLog |
AddArtificialEndFilter.filter(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.model.XEvent event)
This method filters a log by adding an artificial end event to each trace
in the log.
|
org.deckfour.xes.model.XLog |
AddArtificialStartFilter.filter(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.model.XEvent event)
This method filters a log by adding an artificial start event to each
trace in the log.
|
org.deckfour.xes.model.XLog |
DuplicateEventLogFilter.filter(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClasses events)
This method filters a log by removing events from a trace, if the event
is of the same XEventClass as the previous event
|