public interface RequestModelAccess
| Modifier and Type | Method and Description |
|---|---|
void |
close()
When finished, release any resources.
|
com.hp.hpl.jena.query.Dataset |
getDataset(ModelAccess.DatasetOption... options)
Get a Dataset: CONTENT or CONFIGURATION, Language-aware or not.
|
com.hp.hpl.jena.ontology.OntModel |
getOntModel(ModelAccess.LanguageOption... options)
Get the FULL_UNION OntModel: Language-aware or not.
|
com.hp.hpl.jena.ontology.OntModel |
getOntModel(String name,
ModelAccess.LanguageOption... options)
Get an OntModel: Language-aware or not.
|
OntModelSelector |
getOntModelSelector(ModelAccess.OntModelSelectorOption... options)
Get an OntModelSelector: Language-aware or not, ASSERTIONS or INFERENCES or both.
|
RDFService |
getRDFService(ModelAccess.RdfServiceOption... options)
Get an RDFService: CONTENT or CONFIGURATION, Language-aware or not.
|
WebappDaoFactory |
getWebappDaoFactory(ModelAccess.WebappDaoFactoryOption... options)
Get a WebappDaoFactory: Filtered or not, Language-aware or not,
ASSERTIONS or INFERENCES or both.
|
RDFService getRDFService(ModelAccess.RdfServiceOption... options)
com.hp.hpl.jena.query.Dataset getDataset(ModelAccess.DatasetOption... options)
com.hp.hpl.jena.ontology.OntModel getOntModel(ModelAccess.LanguageOption... options)
com.hp.hpl.jena.ontology.OntModel getOntModel(String name, ModelAccess.LanguageOption... options)
OntModelSelector getOntModelSelector(ModelAccess.OntModelSelectorOption... options)
WebappDaoFactory getWebappDaoFactory(ModelAccess.WebappDaoFactoryOption... options)
void close()
Copyright © 2016. All rights reserved.