public class LogAdapter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
LogAdapter.NullPlaceHolderAttribute |
static class |
LogAdapter.NullPlaceHolderAttributeImpl |
Constructor and Description |
---|
LogAdapter(org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getAllEventAttributes() |
java.util.Set<org.deckfour.xes.classification.XEventClass> |
getAllEventClasses() |
java.util.Set<java.lang.Object> |
getAllEventValues(java.lang.String selectedAttribute) |
org.deckfour.xes.model.XLog |
getLog() |
boolean |
isEventClass(org.deckfour.xes.model.XEvent e,
org.deckfour.xes.classification.XEventClass eventClass) |
int |
size() |
public LogAdapter(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier)
public java.util.Set<java.lang.String> getAllEventAttributes()
public java.util.Set<java.lang.Object> getAllEventValues(java.lang.String selectedAttribute)
public java.util.Set<org.deckfour.xes.classification.XEventClass> getAllEventClasses()
public boolean isEventClass(org.deckfour.xes.model.XEvent e, org.deckfour.xes.classification.XEventClass eventClass)
public int size()
public org.deckfour.xes.model.XLog getLog()