public class AGInfGraph extends AGGraph implements InfGraph
TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT
emptyGraph
Modifier and Type | Method and Description |
---|---|
void |
close() |
ExtendedIterator<Triple> |
find(Node subject,
Node property,
Node object,
Graph param) |
Graph |
getDeductionsGraph() |
Iterator<Derivation> |
getDerivation(Triple triple) |
Node |
getGlobalProperty(Node property) |
AGGraph |
getRawGraph() |
Reasoner |
getReasoner() |
void |
prepare() |
void |
rebind() |
void |
rebind(Graph data) |
void |
reset() |
void |
setDerivationLogging(boolean logOn) |
boolean |
testGlobalProperty(Node property) |
ValidityReport |
validate() |
clear, getCapabilities, getName, getPrefixMapping, getTransactionHandler, isEmpty, performAdd, performDelete, remove, toString, toString
add, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getEventManager, getStatisticsHandler, isClosed, isIsomorphicWith, notifyAdd, notifyDelete, size
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, clear, contains, contains, delete, dependsOn, find, find, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, remove, size
public void close()
public Graph getDeductionsGraph()
getDeductionsGraph
in interface InfGraph
public Iterator<Derivation> getDerivation(Triple triple)
getDerivation
in interface InfGraph
public Node getGlobalProperty(Node property)
getGlobalProperty
in interface InfGraph
public AGGraph getRawGraph()
getRawGraph
in interface InfGraph
public Reasoner getReasoner()
getReasoner
in interface InfGraph
public void setDerivationLogging(boolean logOn)
setDerivationLogging
in interface InfGraph
public boolean testGlobalProperty(Node property)
testGlobalProperty
in interface InfGraph
public ValidityReport validate()
Copyright © 2018 Franz Inc.. All rights reserved.