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

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

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

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