public class FilterdTracePerformanceFilter extends Filter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
FilterdTracePerformanceFilter()
This constructor is used for import/export
|
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
filter(org.deckfour.xes.model.XLog log,
java.util.List<Parameter> parameters)
Method responsible for filtering the log according to the
rules defined in the filter configuration
|
org.deckfour.xes.model.XLog |
filterDuration(org.deckfour.xes.model.XLog clonedLog,
ParameterRangeFromRange<java.lang.Integer> threshold) |
org.deckfour.xes.model.XLog |
filterNumberOfEvents(org.deckfour.xes.model.XLog clonedLog,
ParameterRangeFromRange<java.lang.Integer> threshold) |
getParameter
public static final java.lang.String NAME
public FilterdTracePerformanceFilter()
public org.deckfour.xes.model.XLog filter(org.deckfour.xes.model.XLog log, java.util.List<Parameter> parameters)
public org.deckfour.xes.model.XLog filterDuration(org.deckfour.xes.model.XLog clonedLog, ParameterRangeFromRange<java.lang.Integer> threshold)
clonedLog
- the log on which the filtering is performedthreshold
- the threshold according to which
traces are kept or discardedpublic org.deckfour.xes.model.XLog filterNumberOfEvents(org.deckfour.xes.model.XLog clonedLog, ParameterRangeFromRange<java.lang.Integer> threshold)
clonedLog
- the log on which the filtering is performedthreshold
- the threshold according to which
traces are kept or discarded