Uses of Class
org.deckfour.xes.classification.XEventClass
-
Packages that use XEventClass Package Description org.deckfour.xes.classification -
-
Uses of XEventClass in org.deckfour.xes.classification
Fields in org.deckfour.xes.classification with type parameters of type XEventClass Modifier and Type Field Description protected java.util.HashMap<java.lang.String,XEventClass>XEventClasses. classMapMap holding the event classes, indexed by their unique identifier string.Methods in org.deckfour.xes.classification that return XEventClass Modifier and Type Method Description XEventClassXEventClasses. getByIdentity(java.lang.String classIdentity)Returns a given event class by its identity, i.e.XEventClassXEventClasses. getByIndex(int index)Returns a given event class by its unique index.XEventClassXEventClasses. 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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description intXEventClass. compareTo(XEventClass o)
-