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