public final class EmbeddedReasoningConnection extends AbstractReasoningConnection
Modifier and Type | Class and Description |
---|---|
static class |
EmbeddedReasoningConnection.View |
Constructor and Description |
---|
EmbeddedReasoningConnection(KernelDatabaseConnection theConnection) |
Modifier and Type | Method and Description |
---|---|
StardogExplainer |
explain(Axiom theExpr)
Returns a
explainer that can be used to explain why the given expression is inferred. |
Iterable<Statement> |
exportSchema()
Returns the contents of the currently
selected schema . |
protected KernelDatabaseConnection |
getConnection() |
boolean |
isConsistent(Collection<IRI> theActiveGraphs)
Checks the consistency of the specified named graphs with the current reasoning flag.
|
explain, explainInconsistency, getClasses, getDataProperties, getObjectProperties, getSchemaManager, getUnsatisfiableClasses, isConsistent, isSatisfiable
add, admin, as, ask, ask, begin, close, commit, currentStatus, export, generateModel, get, getOption, getSchema, graph, graph, graphAliases, isOpen, isReasoningEnabled, name, namespaces, paths, paths, remove, rollback, select, select, selectPlan, selectPlan, size, transactions, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, admin, as, ask, ask, begin, close, commit, currentStatus, export, generateModel, get, getOption, getSchema, graph, graph, graphAliases, isOpen, isReasoningEnabled, name, namespaces, paths, paths, remove, rollback, select, select, selectPlan, selectPlan, size, transactions, update, update
public EmbeddedReasoningConnection(KernelDatabaseConnection theConnection)
protected KernelDatabaseConnection getConnection()
getConnection
in class com.complexible.stardog.api.impl.DelegatingConnection
public boolean isConsistent(Collection<IRI> theActiveGraphs) throws StardogException
StardogException
public StardogExplainer explain(Axiom theExpr)
explainer
that can be used to explain why the given expression is inferred.theExpr
- the expression to be explainedpublic Iterable<Statement> exportSchema() throws StardogException
selected schema
.StardogException
Copyright © 2010-2016 Stardog Union. All Rights Reserved.