Interface ShortTermCombinedTripleSource
-
- All Known Implementing Classes:
BasicShortTermCombinedTripleSource
public interface ShortTermCombinedTripleSourceProvide the short-term data structures. Should be closed when no longer needed. Repeated calls for the same data structure should yield the same instance. Repeated calls for the WebappDaoFactoryConfig need not yield the same instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()OntModelCachegetOntModelCache()RDFServicegetRDFService(ModelAccess.WhichService whichService)WebappDaoFactoryConfiggetWebappDaoFactoryConfig()
-
-
-
Method Detail
-
getRDFService
RDFService getRDFService(ModelAccess.WhichService whichService)
-
getOntModelCache
OntModelCache getOntModelCache()
-
getWebappDaoFactoryConfig
WebappDaoFactoryConfig getWebappDaoFactoryConfig()
-
close
void close()
-
-