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 InterfaceStdCTRDHelper. create_IfStd()Creates empty IfStd instanceInterfaceStdCTRDHelper. 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 StringRDHelper. generateFullCodeOfIfStd_fromIfStdData(InterfaceStdCT std)Generates and normalises interface standard's full code by using IfStd's content.StringRDHelper. generateIfStdId_fromIfStdData(InterfaceStdCT std)Generates structure based ID for a interface standard.InterfaceStdCTRDHelper. 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. _interfaceprotected List<InterfaceStdCT>InterfaceStds. _interfaceMethods in fi.tut.mei.resdescapi.rdapi.model.rd that return InterfaceStdCT Modifier and Type Method Description InterfaceStdCTObjectFactory. createInterfaceStdCT()Create an instance ofInterfaceStdCTMethods 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 voidOntoCreator. addIfStandard(InterfaceStdCT ifStd, org.apache.jena.ontology.Individual target)Add interface standard to the ontology.
-