Uses of Class
science.aist.ocel.model.EventType
-
Packages that use EventType Package Description science.aist.ocel.model -
-
Uses of EventType in science.aist.ocel.model
Fields in science.aist.ocel.model with type parameters of type EventType Modifier and Type Field Description protected List<EventType>
EventsType. event
Methods in science.aist.ocel.model that return EventType Modifier and Type Method Description EventType
ObjectFactory. createEventType()
Create an instance ofEventType
Methods in science.aist.ocel.model that return types with arguments of type EventType Modifier and Type Method Description List<EventType>
EventsType. getEvent()
Gets the value of the event property.
-