Uses of Interface
org.processmining.plugins.log.logfilters.XEventEditor

Packages that use XEventEditor
org.processmining.plugins.log.logfilters   
 

Uses of XEventEditor in org.processmining.plugins.log.logfilters
 

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