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_LIMITFields inherited from interface org.apache.jena.graph.Graph
emptyGraph -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getDerivation(Triple triple) getGlobalProperty(Node property) voidprepare()voidrebind()voidvoidreset()voidsetDerivationLogging(boolean logOn) booleantestGlobalProperty(Node property) validate()Methods inherited from class com.franz.agraph.jena.AGGraph
clear, getCapabilities, getName, getPrefixMapping, getTransactionHandler, isEmpty, performAdd, performDelete, remove, toString, toStringMethods inherited from class org.apache.jena.graph.impl.GraphBase
add, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getEventManager, isClosed, isIsomorphicWith, notifyAdd, notifyDelete, sizeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getDeductionsGraphin interfaceInfGraph
-
getDerivation
- Specified by:
getDerivationin interfaceInfGraph
-
getGlobalProperty
- Specified by:
getGlobalPropertyin interfaceInfGraph
-
getRawGraph
- Specified by:
getRawGraphin interfaceInfGraph
-
getReasoner
- Specified by:
getReasonerin interfaceInfGraph
-
prepare
public void prepare() -
rebind
public void rebind() -
rebind
-
reset
public void reset() -
setDerivationLogging
public void setDerivationLogging(boolean logOn) - Specified by:
setDerivationLoggingin interfaceInfGraph
-
testGlobalProperty
- Specified by:
testGlobalPropertyin interfaceInfGraph
-
validate
-