Uses of Enum Class
cz.cvut.kbss.ontodriver.Statement.StatementOntology
Packages that use Statement.StatementOntology
Package
Description
-
Uses of Statement.StatementOntology in cz.cvut.kbss.ontodriver
Methods in cz.cvut.kbss.ontodriver that return Statement.StatementOntologyModifier and TypeMethodDescriptionStatement.getStatementOntology()
Gets information about which ontology will be used to evaluate the statement.static Statement.StatementOntology
Returns the enum constant of this class with the specified name.static Statement.StatementOntology[]
Statement.StatementOntology.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.cvut.kbss.ontodriver with parameters of type Statement.StatementOntologyModifier and TypeMethodDescriptionvoid
Statement.useOntology
(Statement.StatementOntology ontology) Sets which ontology is used to evaluate this statement. -
Uses of Statement.StatementOntology in cz.cvut.kbss.ontodriver.jena.connector
Methods in cz.cvut.kbss.ontodriver.jena.connector with parameters of type Statement.StatementOntologyModifier and TypeMethodDescriptionChangeTrackingStorageConnector.executeAskQuery
(org.apache.jena.query.Query query, Statement.StatementOntology target) SharedStorageConnector.executeAskQuery
(org.apache.jena.query.Query query, Statement.StatementOntology target) SnapshotStorageConnector.executeAskQuery
(org.apache.jena.query.Query query, Statement.StatementOntology target) StatementExecutor.executeAskQuery
(org.apache.jena.query.Query query, Statement.StatementOntology target) Executes the specified SPARQL ASK query.ChangeTrackingStorageConnector.executeSelectQuery
(org.apache.jena.query.Query query, Statement.StatementOntology target) SharedStorageConnector.executeSelectQuery
(org.apache.jena.query.Query query, Statement.StatementOntology target) SnapshotStorageConnector.executeSelectQuery
(org.apache.jena.query.Query query, Statement.StatementOntology target) StatementExecutor.executeSelectQuery
(org.apache.jena.query.Query query, Statement.StatementOntology target) Executes the specified SPARQL SELECT query, returning the Jena ARQ result set.void
ChangeTrackingStorageConnector.executeUpdate
(String query, Statement.StatementOntology target) void
SharedStorageConnector.executeUpdate
(String query, Statement.StatementOntology target) void
SnapshotStorageConnector.executeUpdate
(String query, Statement.StatementOntology target) void
StatementExecutor.executeUpdate
(String query, Statement.StatementOntology target) Executes the specified SPARQL 1.1 Update query. -
Uses of Statement.StatementOntology in cz.cvut.kbss.ontodriver.jena.query
Methods in cz.cvut.kbss.ontodriver.jena.query that return Statement.StatementOntologyMethods in cz.cvut.kbss.ontodriver.jena.query with parameters of type Statement.StatementOntologyModifier and TypeMethodDescriptionvoid
JenaStatement.useOntology
(Statement.StatementOntology ontology) -
Uses of Statement.StatementOntology in cz.cvut.kbss.ontodriver.owlapi.query
Methods in cz.cvut.kbss.ontodriver.owlapi.query that return Statement.StatementOntologyMethods in cz.cvut.kbss.ontodriver.owlapi.query with parameters of type Statement.StatementOntologyModifier and TypeMethodDescriptionvoid
OwlapiStatement.useOntology
(Statement.StatementOntology ontology) -
Uses of Statement.StatementOntology in cz.cvut.kbss.ontodriver.rdf4j.query
Methods in cz.cvut.kbss.ontodriver.rdf4j.query that return Statement.StatementOntologyMethods in cz.cvut.kbss.ontodriver.rdf4j.query with parameters of type Statement.StatementOntologyModifier and TypeMethodDescriptionvoid
Rdf4jStatement.useOntology
(Statement.StatementOntology ontology)