Package com.franz.agraph.jena
Class AGInfGraph
java.lang.Object
org.apache.jena.graph.impl.GraphBase
com.franz.agraph.jena.AGGraph
com.franz.agraph.jena.AGInfGraph
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Graph
,GraphWithPerform
,InfGraph
Implements the Jena InfGraph interface for AllegroGraph.
-
Field Summary
Fields inherited from class org.apache.jena.graph.impl.GraphBase
TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT
Fields inherited from interface org.apache.jena.graph.Graph
emptyGraph
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getDerivation
(Triple triple) getGlobalProperty
(Node property) void
prepare()
void
rebind()
void
void
reset()
void
setDerivationLogging
(boolean logOn) boolean
testGlobalProperty
(Node property) validate()
Methods inherited from class com.franz.agraph.jena.AGGraph
clear, getCapabilities, getName, getPrefixMapping, getTransactionHandler, isEmpty, performAdd, performDelete, remove, toString, toString
Methods inherited from class org.apache.jena.graph.impl.GraphBase
add, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getEventManager, isClosed, isIsomorphicWith, notifyAdd, notifyDelete, size
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.jena.graph.Graph
add, add, clear, contains, contains, delete, delete, dependsOn, find, find, find, getCapabilities, getEventManager, getPrefixMapping, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, remove, size, sizeLong, stream, stream
-
Method Details
-
close
public void close() -
find
-
getDeductionsGraph
- Specified by:
getDeductionsGraph
in interfaceInfGraph
-
getDerivation
- Specified by:
getDerivation
in interfaceInfGraph
-
getGlobalProperty
- Specified by:
getGlobalProperty
in interfaceInfGraph
-
getRawGraph
- Specified by:
getRawGraph
in interfaceInfGraph
-
getReasoner
- Specified by:
getReasoner
in interfaceInfGraph
-
prepare
public void prepare() -
rebind
public void rebind() -
rebind
-
reset
public void reset() -
setDerivationLogging
public void setDerivationLogging(boolean logOn) - Specified by:
setDerivationLogging
in interfaceInfGraph
-
testGlobalProperty
- Specified by:
testGlobalProperty
in interfaceInfGraph
-
validate
-