|
Franz Inc, AllegroGraph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.graph.impl.GraphBase
com.franz.agraph.jena.AGGraph
com.franz.agraph.jena.AGInfGraph
public class AGInfGraph
Implements the Jena InfGraph interface for AllegroGraph.
Field Summary |
---|
Fields inherited from interface com.hp.hpl.jena.graph.Graph |
---|
emptyGraph |
Method Summary | |
---|---|
com.hp.hpl.jena.util.iterator.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()
|
Methods inherited from class com.franz.agraph.jena.AGGraph |
---|
getBulkUpdateHandler, getCapabilities, getName, getPrefixMapping, getTransactionHandler, performAdd, performDelete, toString, toString |
Methods inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
---|
add, close, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getEventManager, getReifier, getStatisticsHandler, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, queryHandler, size |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.hp.hpl.jena.graph.Graph |
---|
close, contains, contains, delete, dependsOn, find, find, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, queryHandler, size |
Methods inherited from interface com.hp.hpl.jena.graph.GraphAdd |
---|
add |
Methods inherited from interface com.franz.util.Closeable |
---|
close |
Method Detail |
---|
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> find(Node subject, Node property, Node object, Graph param)
find
in interface InfGraph
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 prepare()
prepare
in interface InfGraph
public void rebind()
rebind
in interface InfGraph
public void rebind(Graph data)
rebind
in interface InfGraph
public void reset()
reset
in interface InfGraph
public void setDerivationLogging(boolean logOn)
setDerivationLogging
in interface InfGraph
public boolean testGlobalProperty(Node property)
testGlobalProperty
in interface InfGraph
public ValidityReport validate()
validate
in interface InfGraph
|
Copyright © 2008-2010 Franz Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |