public class History
extends java.lang.Object
Constructor and Description |
---|
History() |
Modifier and Type | Method and Description |
---|---|
void |
addActvityNames(org.deckfour.xes.model.XLog log) |
boolean |
checkNumbericAttributeValue(java.lang.String attributeName,
org.deckfour.xes.model.XLog log) |
void |
cleanup() |
void |
free() |
java.util.SortedSet<java.lang.String> |
getActivityNames() |
protected java.util.SortedSet<java.lang.String> |
getAttributesSet(org.deckfour.xes.model.XLog log) |
protected java.util.SortedSet<java.lang.String> |
getAttributesValues(java.lang.String attributeName,
org.deckfour.xes.model.XLog log) |
protected java.util.SortedSet<java.lang.Integer> |
getAttributesValuesInteger(java.lang.String attributeName,
org.deckfour.xes.model.XLog log) |
protected java.util.SortedSet<java.lang.String> |
getEventList(org.deckfour.xes.model.XLog log) |
static History |
getInstance() |
static java.lang.Object |
getValue(org.deckfour.xes.model.XAttribute attribute) |
static void |
setInstance(History history) |
public void cleanup()
public java.util.SortedSet<java.lang.String> getActivityNames()
public void addActvityNames(org.deckfour.xes.model.XLog log)
protected java.util.SortedSet<java.lang.String> getAttributesSet(org.deckfour.xes.model.XLog log)
protected java.util.SortedSet<java.lang.String> getEventList(org.deckfour.xes.model.XLog log)
protected java.util.SortedSet<java.lang.String> getAttributesValues(java.lang.String attributeName, org.deckfour.xes.model.XLog log)
protected java.util.SortedSet<java.lang.Integer> getAttributesValuesInteger(java.lang.String attributeName, org.deckfour.xes.model.XLog log)
public boolean checkNumbericAttributeValue(java.lang.String attributeName, org.deckfour.xes.model.XLog log)
public static java.lang.Object getValue(org.deckfour.xes.model.XAttribute attribute)
public void free()
public static History getInstance()
public static void setInstance(History history)