Uses of Class
org.processmining.plugins.log.logfilters.LogFilterException

Packages that use LogFilterException
org.processmining.plugins.log.logfilters   
org.processmining.plugins.log.logfilters.impl   
 

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

Methods in org.processmining.plugins.log.logfilters that throw LogFilterException
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.
 

Uses of LogFilterException in org.processmining.plugins.log.logfilters.impl
 

Methods in org.processmining.plugins.log.logfilters.impl that throw LogFilterException
 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