public class ConfigurationTripleSourceTDB extends ConfigurationTripleSource
Application.Component.LifecycleStateCONFIGURATION_MODELS| Constructor and Description |
|---|
ConfigurationTripleSourceTDB() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.query.Dataset |
getDataset() |
org.apache.jena.rdf.model.ModelMaker |
getModelMaker() |
RDFService |
getRDFService() |
RDFServiceFactory |
getRDFServiceFactory() |
OntModelCache |
getShortTermOntModels(RDFService shortTermRdfService,
OntModelCache longTermOntModelCache) |
void |
shutdown(Application application)
This should be called only once, and should be the last call on this
Component.
|
void |
startup(Application application,
ComponentStartupStatus ss)
This should be called only once, and should be the first call on this
Component.
|
String |
toString() |
addConfigurationDecoratorspublic void startup(Application application, ComponentStartupStatus ss)
Application.Componentpublic RDFServiceFactory getRDFServiceFactory()
public RDFService getRDFService()
public org.apache.jena.query.Dataset getDataset()
public org.apache.jena.rdf.model.ModelMaker getModelMaker()
public OntModelCache getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache)
public void shutdown(Application application)
Application.ComponentCopyright © 2022. All rights reserved.