|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XEventClass | |
---|---|
org.deckfour.xes.classification |
Uses of XEventClass in org.deckfour.xes.classification |
---|
Fields in org.deckfour.xes.classification with type parameters of type XEventClass | |
---|---|
protected HashMap<String,XEventClass> |
XEventClasses.classMap
Map holding the event classes, indexed by their unique identifier string. |
Methods in org.deckfour.xes.classification that return XEventClass | |
---|---|
XEventClass |
XEventClasses.getByIdentity(String classIdentity)
Returns a given event class by its identity, i.e. |
XEventClass |
XEventClasses.getByIndex(int index)
Returns a given event class by its unique index. |
XEventClass |
XEventClasses.getClassOf(XEvent event)
For any given event, returns the corresponding event class as determined by this set. |
Methods in org.deckfour.xes.classification that return types with arguments of type XEventClass | |
---|---|
Collection<XEventClass> |
XEventClasses.getClasses()
Returns the collection of event classes contained in this instance. |
Methods in org.deckfour.xes.classification with parameters of type XEventClass | |
---|---|
int |
XEventClass.compareTo(XEventClass o)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |