public class AttributeLogFilter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
attribute_filterOn |
boolean |
attribute_include |
java.lang.String |
attribute_key |
java.util.Set<java.lang.String> |
attribute_values |
static java.lang.String |
EVENT_ATTRIBUTE |
int |
length_max_value |
int |
length_min_value |
org.deckfour.xes.model.XLog |
log |
static java.lang.String |
NONE |
static java.lang.String |
TRACE_ATTRIBUTE |
Constructor and Description |
---|
AttributeLogFilter(org.deckfour.xes.model.XLog log) |
Modifier and Type | Method and Description |
---|---|
boolean |
keepTrace(org.deckfour.xes.model.XTrace trace) |
boolean |
keepTraceOnAttributes(org.deckfour.xes.model.XTrace trace) |
boolean |
keepTraceOnLength(org.deckfour.xes.model.XTrace trace) |
boolean |
satisfies(org.deckfour.xes.model.XAttributeMap attributes) |
void |
setDefaultValues() |
public static final java.lang.String NONE
public static final java.lang.String TRACE_ATTRIBUTE
public static final java.lang.String EVENT_ATTRIBUTE
public java.lang.String attribute_filterOn
public boolean attribute_include
public java.lang.String attribute_key
public java.util.Set<java.lang.String> attribute_values
public int length_min_value
public int length_max_value
public org.deckfour.xes.model.XLog log
public void setDefaultValues()
public boolean satisfies(org.deckfour.xes.model.XAttributeMap attributes)
public boolean keepTraceOnAttributes(org.deckfour.xes.model.XTrace trace)
public boolean keepTraceOnLength(org.deckfour.xes.model.XTrace trace)
public boolean keepTrace(org.deckfour.xes.model.XTrace trace)