Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.InterfaceStdCT
-
Packages that use InterfaceStdCT 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 InterfaceStdCT in fi.tut.mei.resdescapi.rdapi
Methods in fi.tut.mei.resdescapi.rdapi that return InterfaceStdCT Modifier and Type Method Description InterfaceStdCT
RDHelper. create_IfStd()
Creates empty IfStd instanceInterfaceStdCT
RDHelper. updateOrAdd_IfStd(InterfaceStdCT ifStd)
Updates or adds the given Interface Standard on the list.Methods in fi.tut.mei.resdescapi.rdapi with parameters of type InterfaceStdCT Modifier and Type Method Description String
RDHelper. generateFullCodeOfIfStd_fromIfStdData(InterfaceStdCT std)
Generates and normalises interface standard's full code by using IfStd's content.String
RDHelper. generateIfStdId_fromIfStdData(InterfaceStdCT std)
Generates structure based ID for a interface standard.InterfaceStdCT
RDHelper. updateOrAdd_IfStd(InterfaceStdCT ifStd)
Updates or adds the given Interface Standard on the list. -
Uses of InterfaceStdCT in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd with type parameters of type InterfaceStdCT Modifier and Type Field Description protected List<InterfaceStdCT>
AbstractResourceDesc.Interfaces. _interface
protected List<InterfaceStdCT>
InterfaceStds. _interface
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return InterfaceStdCT Modifier and Type Method Description InterfaceStdCT
ObjectFactory. createInterfaceStdCT()
Create an instance ofInterfaceStdCT
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return types with arguments of type InterfaceStdCT Modifier and Type Method Description JAXBElement<InterfaceStdCT>
ObjectFactory. createInterface(InterfaceStdCT value)
List<InterfaceStdCT>
AbstractResourceDesc.Interfaces. getInterface()
Definition of Interface specification Gets the value of the interface property.List<InterfaceStdCT>
InterfaceStds. getInterface()
Definition of Interface specification Gets the value of the interface property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type InterfaceStdCT Modifier and Type Method Description JAXBElement<InterfaceStdCT>
ObjectFactory. createInterface(InterfaceStdCT value)
-
Uses of InterfaceStdCT in fi.tut.mei.resdescapi.rdtoontoapi.ontology
Methods in fi.tut.mei.resdescapi.rdtoontoapi.ontology with parameters of type InterfaceStdCT Modifier and Type Method Description void
OntoCreator. addIfStandard(InterfaceStdCT ifStd, org.apache.jena.ontology.Individual target)
Add interface standard to the ontology.
-