Package cz.cvut.kbss.ontodriver.config
Class OntoDriverProperties
java.lang.Object
cz.cvut.kbss.ontodriver.config.OntoDriverProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Property for setting default auto-commit strategy for connections.static final String
Password to be used when accessing data source.static final String
Username to be used when accessing data source.static final String
Property for specifying extra URIs which should be added to the module extraction signature.static final String
Reasoner factory class property.static final String
Property representing module extraction signature delimiter.static final String
This setting tells the driver whether to use the transactional ontology for retrieving entities and answering queries. -
Method Summary
-
Field Details
-
CONNECTION_AUTO_COMMIT
Property for setting default auto-commit strategy for connections.- See Also:
-
DATA_SOURCE_USERNAME
Username to be used when accessing data source.- See Also:
-
DATA_SOURCE_PASSWORD
Password to be used when accessing data source.- See Also:
-
REASONER_FACTORY_CLASS
Reasoner factory class property.Applies to OntoDriver implementations which support selection of reasoner factory class, which are currently OWL API and Jena.
- See Also:
-
USE_TRANSACTIONAL_ONTOLOGY
This setting tells the driver whether to use the transactional ontology for retrieving entities and answering queries.If so, uncommitted changes made during transaction will be included in query evaluation, entity retrieval etc. Otherwise the driver will use the ontology as it was when the transaction was started and uncommitted changes will not be visible until commit.
- See Also:
-
MODULE_EXTRACTION_SIGNATURE
Property for specifying extra URIs which should be added to the module extraction signature.The module extraction signature is generated from metamodel, but types and properties cannot be determined from the metamodel. Therefore it is possible to specify them using this property so that the module is complete.
- See Also:
-
SIGNATURE_DELIMITER
Property representing module extraction signature delimiter.I. e. URIs in module extraction signature are delimited by this string.
-