Uses of Class
org.processmining.ocel.ocelobjects.OcelEvent
-
Packages that use OcelEvent Package Description org.processmining.ocel.ocelobjects -
-
Uses of OcelEvent in org.processmining.ocel.ocelobjects
Fields in org.processmining.ocel.ocelobjects with type parameters of type OcelEvent Modifier and Type Field Description java.util.Map<java.lang.String,OcelEvent>OcelEventLog. eventsjava.util.Set<OcelEvent>OcelObject. relatedEventsjava.util.List<OcelEvent>OcelObject. sortedRelatedEventsMethods in org.processmining.ocel.ocelobjects that return OcelEvent Modifier and Type Method Description OcelEventOcelEvent. clone()Methods in org.processmining.ocel.ocelobjects that return types with arguments of type OcelEvent Modifier and Type Method Description java.util.Map<java.lang.String,OcelEvent>OcelEventLog. getEvents()Methods in org.processmining.ocel.ocelobjects with parameters of type OcelEvent Modifier and Type Method Description voidOcelEventLog. cloneEvent(OcelEvent event)voidOcelEventLog. cloneEvent(OcelEvent event, java.util.Set<java.lang.String> allowedObjectTypes)intOcelEventComparator. compare(OcelEvent o1, OcelEvent o2)
-