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 StdBody
RDHelper. create_StdBody()
Creates empty StdBody instanceStdBody
RDHelper. 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 String
RDHelper. generateStdBodyId_fromStdBodyData(StdBody stdBody)
Generates structure based ID for a Std Body.StdBody
RDHelper. 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. stdBody
protected List<StdBody>
StdBodies. stdBody
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return StdBody Modifier and Type Method Description StdBody
ObjectFactory. createStdBody()
Create an instance ofStdBody
Methods 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 void
OntoCreator. addStdBody(StdBody stdBody, org.apache.jena.ontology.Individual target)
Add standard body object to the ontology.
-