|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogFilter | |
---|---|
org.processmining.framework.log | Contains various classes to extract information from log files. |
org.processmining.framework.log.classic | |
org.processmining.framework.log.filter | |
org.processmining.framework.log.proxy | |
org.processmining.framework.log.rfb | |
org.processmining.framework.models.recommendation.compat | |
org.processmining.framework.ui | Contains classes that form the user interface of the process mining tool. |
Uses of LogFilter in org.processmining.framework.log |
---|
Fields in org.processmining.framework.log declared as LogFilter | |
---|---|
protected LogFilter |
LogFilter.filter
A LogFilter with a pointer to the lower level filter. |
Methods in org.processmining.framework.log that return LogFilter | |
---|---|
LogFilter |
LogFilter.getFilter()
Provides access to the lower level log filter used by this instance. |
abstract LogFilter |
LogReader.getLogFilter()
Returns the filter instance that was given in the constructor. |
static LogFilter |
LogFilter.readXML(org.w3c.dom.Node logFilterNode)
Read the inside of the |
Methods in org.processmining.framework.log with parameters of type LogFilter | |
---|---|
static LogReader |
LogReader.createInstance(LogFilter filter,
LogFile file)
Factory method prototype. |
static LogReader |
LogReaderFactory.createInstance(LogFilter filter,
LogFile file)
Creates a new instance of the currently configured log reader implementation. |
static LogReader |
LogReaderFactory.createInstance(LogFilter filter,
LogReader reader)
Creates a new instance of the currently configured log reader implementation. |
static LogReader |
LogReader.createInstance(LogReader reader,
LogFilter filter)
Factory method prototype. |
void |
LogFilter.setLowLevelFilter(LogFilter filter)
Sets the lower level filter for this log. |
Uses of LogFilter in org.processmining.framework.log.classic |
---|
Methods in org.processmining.framework.log.classic that return LogFilter | |
---|---|
LogFilter |
LogReaderClassic.getLogFilter()
|
Methods in org.processmining.framework.log.classic with parameters of type LogFilter | |
---|---|
static LogReader |
LogReaderClassic.createInstance(LogFilter filter,
LogFile inputFile)
Read the given log file, filtered by the given filter. |
static LogReader |
LogReaderClassic.createInstance(LogReader reader,
LogFilter filter)
Derive a new log reader, based on the given log reader and filtered by the given filter. |
Constructors in org.processmining.framework.log.classic with parameters of type LogFilter | |
---|---|
LogReaderClassic(LogFilter filter,
LogFile inputFile)
Read the given log file, filtered by the given filter. |
Uses of LogFilter in org.processmining.framework.log.filter |
---|
Subclasses of LogFilter in org.processmining.framework.log.filter | |
---|---|
class |
AbstractLogFilter
Title: |
class |
ActivityInversionFilter
Filter removes all directly succeding log events that are repetitions (i.e., occurrences of the same log event) but the first and the last event. |
class |
AddArtificialEndTaskLogFilter
Title: AddArtificialEndTaskLogFilter |
class |
AddArtificialStartTaskLogFilter
Title: AddArtificialStartTaskLogFilter |
class |
AddNoiseLogFilter
Title: AddNoiseLogFilter |
class |
DataAttributeLogFilter
Title: |
class |
DefaultLogFilter
This logFilter filters the log based on the event types of audittrailentries. |
class |
DuplicateTasksLogFilter
Title: |
class |
EndLogFilter
This logFilter filters the log based on the final event of a ProcessInstance. |
class |
IntermediateRepetitionsFilter
Filter removes all directly succeding log events that are repetitions (i.e., occurrences of the same log event) but the first and the last event. |
class |
LogAttributeReplacementFilter
Title: LogAttributeReplacementFilter |
class |
LogEventLogFilter
This logFilter filters the log based on the modelelements of audittrailentries. |
class |
LogEventLogFilterEnh
This logFilter filters the log based on the modelelements of audittrailentries. |
class |
LogOriginatorLogFilter
This logFilter filters the log based on the originators of audittrailentries. |
class |
ObfuscationFilter
This Logfilter obfuscates the Model element names of the audit trail entries in the log. |
class |
RemapElementLogFilter
Log filter for remapping log event names to replacement strings, based on the matching of given regular expressions. |
class |
StartLogFilter
This logFilter filters the log based on the start event of a ProcessInstance. |
class |
TransitiveCalculationLogFilter
Title: |
class |
TransitiveClosureLogFilter
Title: |
class |
TransitiveReductionLogFilter
Title: |
Fields in org.processmining.framework.log.filter declared as LogFilter | |
---|---|
protected LogFilter |
LogFilterParameterDialog.filter
|
Methods in org.processmining.framework.log.filter that return LogFilter | |
---|---|
LogFilter |
LogFilterCollection.get(int index)
Get a logFilter by its index in the collection. |
LogFilter |
LogFilterCollection.get(java.lang.String name)
Get a logFilter by its name. |
LogFilter |
RemapElementLogFilterParamDialog.getNewLogFilter()
|
abstract LogFilter |
LogFilterParameterDialog.getNewLogFilter()
|
Methods in org.processmining.framework.log.filter with parameters of type LogFilter | |
---|---|
void |
LogFilterCollection.add(LogFilter logFilter,
java.lang.String sortName)
|
void |
LogFilterParameterDialog.showHelpDialog(LogFilter f)
|
Constructors in org.processmining.framework.log.filter with parameters of type LogFilter | |
---|---|
AbstractLogFilter(java.lang.String name,
LogFilter filter)
|
|
LogFilterParameterDialog(LogSummary summary,
LogFilter filter)
|
|
RemapElementLogFilterParamDialog(LogSummary summary,
LogFilter filter)
|
Uses of LogFilter in org.processmining.framework.log.proxy |
---|
Methods in org.processmining.framework.log.proxy that return LogFilter | |
---|---|
LogFilter |
ProxyLogReader.getLogFilter()
|
Uses of LogFilter in org.processmining.framework.log.rfb |
---|
Fields in org.processmining.framework.log.rfb declared as LogFilter | |
---|---|
protected LogFilter |
BufferedLogReader.filter
LogFilter instance applied to this log. |
Methods in org.processmining.framework.log.rfb that return LogFilter | |
---|---|
LogFilter |
BufferedLogReader.getLogFilter()
|
Methods in org.processmining.framework.log.rfb with parameters of type LogFilter | |
---|---|
static LogData |
LogData.createInstance(LogData template,
LogFilter filter)
Creates a new instance, which is a filtered, deep copy, i.e. |
static LogReader |
BufferedLogReader.createInstance(LogFilter aFilter,
LogFile aFile)
Creates a new instance, parses the given log file and builds the log's data structures as random access swap files. |
static LogReader |
BufferedLogReader.createInstance(LogReader reader,
LogFilter filter)
Creates a new instance, based on the original log data used by the provided parameter instance, but filtered with the provided log filter. |
Constructors in org.processmining.framework.log.rfb with parameters of type LogFilter | |
---|---|
BufferedLogReader(BufferedLogReader aReader,
LogFilter aFilter)
Creates a new instance, based on the original log data used by the provided parameter instance, but filtered with the provided log filter. |
|
BufferedLogReader(LogFile aFile,
LogFilter aFilter)
Creates a new instance, parses the given log file and builds the log's data structures as random access swap files. |
Uses of LogFilter in org.processmining.framework.models.recommendation.compat |
---|
Fields in org.processmining.framework.models.recommendation.compat declared as LogFilter | |
---|---|
protected LogFilter |
RecommendationQueryFilter.filter
|
Constructors in org.processmining.framework.models.recommendation.compat with parameters of type LogFilter | |
---|---|
RecommendationQueryFilter(LogFilter aFilter)
Creates a new log filter wrapper |
Uses of LogFilter in org.processmining.framework.ui |
---|
Methods in org.processmining.framework.ui that return LogFilter | |
---|---|
LogFilter |
AdvancedLogFilterSettingsComponent.getLogFilter()
|
LogFilter |
DefaultLogFilterUI.getLogFilter()
Give a logfilter that filters the log using the given options. |
LogFilter |
MiningSettings.getLogFilter()
|
protected LogFilter |
OpenLogSettings.getLogFilter()
|
Methods in org.processmining.framework.ui with parameters of type LogFilter | |
---|---|
void |
AdvancedLogFilterSettingsComponent.addLogFilterToBegin(LogFilter filter,
java.lang.String label)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |