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