Uses of Class
fi.tut.mei.resdescapi.rescatapi.ResCatStoImpl
-
Packages that use ResCatStoImpl Package Description fi.tut.mei.resdescapi.rdtoontoapi.ontology fi.tut.mei.resdescapi.rescatapi API for interacting with Resource Catalogues -
-
Uses of ResCatStoImpl in fi.tut.mei.resdescapi.rdtoontoapi.ontology
Methods in fi.tut.mei.resdescapi.rdtoontoapi.ontology with parameters of type ResCatStoImpl Modifier and Type Method Description booleanOntoCreator. addBlueprintToCatalogue(ResCatStoImpl catalogue, String bpName)connect blueprint and catalogue ontology individuals (containsResource and belongsToCatalogue)org.apache.jena.ontology.IndividualOntoCreator. makeCatalogueOnto(ResCatStoImpl catalogue)Make a catalogue in an ontology -
Uses of ResCatStoImpl in fi.tut.mei.resdescapi.rescatapi
Subclasses of ResCatStoImpl in fi.tut.mei.resdescapi.rescatapi Modifier and Type Class Description classResCatStoImpl_LocalFileSystemThis is a Resource Catalogue Storage Platform implementation for local file system usage.classResCatStoImpl_TestWithDummyDataThis is Dummy implementation for early tests of Resource Catalogue Storage Platform.Methods in fi.tut.mei.resdescapi.rescatapi that return ResCatStoImpl Modifier and Type Method Description ResCatStoImplResCatStoPool. getStorage_byId(String id)Gets specific Resource Catalogue Storage from the poolResCatStoImplResCatStoPool. getStorage_byName(String name)Gets specific Resource Catalogue Storage from the poolMethods in fi.tut.mei.resdescapi.rescatapi that return types with arguments of type ResCatStoImpl Modifier and Type Method Description protected Map<String,ResCatStoImpl>ResCatStoPool. getStoragePool()Gets the entire Storage PoolMethods in fi.tut.mei.resdescapi.rescatapi with parameters of type ResCatStoImpl Modifier and Type Method Description booleanResCatStoPool. addStorage(String id, ResCatStoImpl storage)Adds specific Resource Catalogue Storage to the pool
-