Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.InterfaceImplRDCT
-
Packages that use InterfaceImplRDCT Package Description fi.tut.mei.resdescapi.rdapi.model.rd fi.tut.mei.resdescapi.rdtoontoapi.ontology -
-
Uses of InterfaceImplRDCT in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd with type parameters of type InterfaceImplRDCT Modifier and Type Field Description protected List<InterfaceImplRDCT>
ResourceDescHWInterfaceCT.Interfaces. _interface
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return InterfaceImplRDCT Modifier and Type Method Description InterfaceImplRDCT
ObjectFactory. createInterfaceImplRDCT()
Create an instance ofInterfaceImplRDCT
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return types with arguments of type InterfaceImplRDCT Modifier and Type Method Description List<InterfaceImplRDCT>
ResourceDescHWInterfaceCT.Interfaces. getInterface()
Gets the value of the interface property. -
Uses of InterfaceImplRDCT in fi.tut.mei.resdescapi.rdtoontoapi.ontology
Methods in fi.tut.mei.resdescapi.rdtoontoapi.ontology with parameters of type InterfaceImplRDCT Modifier and Type Method Description void
OntoCreator. addInterfaceDefinition(InterfaceImplRDCT ifImpl, org.apache.jena.ontology.Individual target)
map an interface definition from an object to an ontologyMethod parameters in fi.tut.mei.resdescapi.rdtoontoapi.ontology with type arguments of type InterfaceImplRDCT Modifier and Type Method Description void
OntoCreator. addInterfaceDefinitionList(List<InterfaceImplRDCT> list, String bpName)
add list of interface definitions to the ontology
-