public interface ContextModelAccess
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.query.Dataset |
getDataset()
Get the Dataset for the CONTENT models.
|
org.apache.jena.query.Dataset |
getDataset(ModelAccess.WhichService which)
Get the Dataset for either CONTENT or CONFIGURATION models.
|
org.apache.jena.rdf.model.ModelMaker |
getModelMaker()
Get the ModelMaker for the CONTENT models.
|
org.apache.jena.rdf.model.ModelMaker |
getModelMaker(ModelAccess.WhichService which)
Get the ModelMaker for either CONTENT or CONFIGURATION models.
|
org.apache.jena.ontology.OntModel |
getOntModel()
Get the FULL_UNION OntModel.
|
org.apache.jena.ontology.OntModel |
getOntModel(String name)
Get an OntModel by name.
|
OntModelSelector |
getOntModelSelector()
Get the ASSERTIONS_AND_INFERENCES OntModelSelector.
|
OntModelSelector |
getOntModelSelector(ModelAccess.ReasoningOption option)
Get an OntModelSelector based on ASSERTIONS, INFERENCES, or both.
|
RDFService |
getRDFService()
Get the RDFService for the CONTENT.
|
RDFService |
getRDFService(ModelAccess.WhichService which)
Get the RDFService for either CONTENT or CONFIGURATION models.
|
WebappDaoFactory |
getWebappDaoFactory()
Get the ASSERTIONS_AND_INFERENCES WebappDaoFactory.
|
WebappDaoFactory |
getWebappDaoFactory(ModelAccess.ReasoningOption option)
Get a WebappDaoFactory, based on ASSERTIONS, INFERENCES, or both.
|
RDFService getRDFService()
RDFService getRDFService(ModelAccess.WhichService which)
org.apache.jena.query.Dataset getDataset()
org.apache.jena.query.Dataset getDataset(ModelAccess.WhichService which)
org.apache.jena.rdf.model.ModelMaker getModelMaker()
org.apache.jena.rdf.model.ModelMaker getModelMaker(ModelAccess.WhichService which)
org.apache.jena.ontology.OntModel getOntModel()
org.apache.jena.ontology.OntModel getOntModel(String name)
OntModelSelector getOntModelSelector()
OntModelSelector getOntModelSelector(ModelAccess.ReasoningOption option)
WebappDaoFactory getWebappDaoFactory()
WebappDaoFactory getWebappDaoFactory(ModelAccess.ReasoningOption option)
Copyright © 2021. All rights reserved.