Uses of Class
science.aist.ocel.model.LogType
-
Packages that use LogType Package Description science.aist.ocel.model science.aist.ocel.model.impl -
-
Uses of LogType in science.aist.ocel.model
Methods in science.aist.ocel.model that return LogType Modifier and Type Method Description LogType
ObjectFactory. createLogType()
Create an instance ofLogType
Methods in science.aist.ocel.model that return types with arguments of type LogType Modifier and Type Method Description javax.xml.bind.JAXBElement<LogType>
ObjectFactory. createLog(LogType value)
Methods in science.aist.ocel.model with parameters of type LogType Modifier and Type Method Description javax.xml.bind.JAXBElement<LogType>
ObjectFactory. createLog(LogType value)
-
Uses of LogType in science.aist.ocel.model.impl
Methods in science.aist.ocel.model.impl that return types with arguments of type LogType Modifier and Type Method Description javax.xml.bind.JAXBElement<LogType>
LogRepository. load(InputStream is)
Method parameters in science.aist.ocel.model.impl with type arguments of type LogType Modifier and Type Method Description void
LogRepository. save(javax.xml.bind.JAXBElement<LogType> jaxbElement, OutputStream os)
-