Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.StdBody
-
Packages that use StdBody Package Description fi.tut.mei.resdescapi.rdapi API for interacting with a Resource Description (RD)fi.tut.mei.resdescapi.rdapi.model.rd fi.tut.mei.resdescapi.rdtoontoapi.ontology -
-
Uses of StdBody in fi.tut.mei.resdescapi.rdapi
Methods in fi.tut.mei.resdescapi.rdapi that return StdBody Modifier and Type Method Description StdBodyRDHelper. create_StdBody()Creates empty StdBody instanceStdBodyRDHelper. updateOrAdd_StdBody(StdBody stdBody)Updates or adds the given StdBody on the list.Methods in fi.tut.mei.resdescapi.rdapi with parameters of type StdBody Modifier and Type Method Description StringRDHelper. generateStdBodyId_fromStdBodyData(StdBody stdBody)Generates structure based ID for a Std Body.StdBodyRDHelper. updateOrAdd_StdBody(StdBody stdBody)Updates or adds the given StdBody on the list. -
Uses of StdBody in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd with type parameters of type StdBody Modifier and Type Field Description protected List<StdBody>AbstractResourceDesc.StdBodies. stdBodyprotected List<StdBody>StdBodies. stdBodyMethods in fi.tut.mei.resdescapi.rdapi.model.rd that return StdBody Modifier and Type Method Description StdBodyObjectFactory. createStdBody()Create an instance ofStdBodyMethods in fi.tut.mei.resdescapi.rdapi.model.rd that return types with arguments of type StdBody Modifier and Type Method Description List<StdBody>AbstractResourceDesc.StdBodies. getStdBody()Gets the value of the stdBody property.List<StdBody>StdBodies. getStdBody()Gets the value of the stdBody property. -
Uses of StdBody in fi.tut.mei.resdescapi.rdtoontoapi.ontology
Methods in fi.tut.mei.resdescapi.rdtoontoapi.ontology with parameters of type StdBody Modifier and Type Method Description voidOntoCreator. addStdBody(StdBody stdBody, org.apache.jena.ontology.Individual target)Add standard body object to the ontology.
-