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, isSatisfiableadd, 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, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, 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, updatepublic EmbeddedReasoningConnection(KernelDatabaseConnection theConnection)
protected KernelDatabaseConnection getConnection()
getConnection in class com.complexible.stardog.api.impl.DelegatingConnectionpublic boolean isConsistent(Collection<IRI> theActiveGraphs) throws StardogException
StardogExceptionpublic 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.StardogExceptionCopyright © 2010-2016 Stardog Union. All Rights Reserved.