Uses of Class
science.aist.xes.model.TraceType
-
Packages that use TraceType Package Description science.aist.xes.model -
-
Uses of TraceType in science.aist.xes.model
Fields in science.aist.xes.model with type parameters of type TraceType Modifier and Type Field Description protected List<TraceType>
LogType. trace
Methods in science.aist.xes.model that return TraceType Modifier and Type Method Description TraceType
ObjectFactory. createTraceType()
Create an instance ofTraceType
Methods in science.aist.xes.model that return types with arguments of type TraceType Modifier and Type Method Description List<TraceType>
LogType. getTrace()
Gets the value of the trace property.
-