|
Franz Inc, AllegroGraph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hp.hpl.jena.graph.impl.GraphBase com.franz.agraph.jena.AGGraph
public class AGGraph
Implements the Jena Graph interface for AllegroGraph.
Field Summary |
---|
Fields inherited from interface com.hp.hpl.jena.graph.Graph |
---|
emptyGraph |
Method Summary | |
---|---|
BulkUpdateHandler |
getBulkUpdateHandler()
|
Capabilities |
getCapabilities()
|
String |
getName()
|
PrefixMapping |
getPrefixMapping()
|
TransactionHandler |
getTransactionHandler()
|
boolean |
isEmpty()
Answer true iff this graph contains no triples. |
void |
performAdd(Triple t)
|
void |
performDelete(Triple t)
|
String |
toString()
|
static String |
toString(String prefix,
Graph that)
Answer a human-consumable representation of that . |
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, 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, getEventManager, getReifier, getStatisticsHandler, isClosed, 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 String getName()
public BulkUpdateHandler getBulkUpdateHandler()
getBulkUpdateHandler
in interface Graph
getBulkUpdateHandler
in class com.hp.hpl.jena.graph.impl.GraphBase
public Capabilities getCapabilities()
getCapabilities
in interface Graph
getCapabilities
in class com.hp.hpl.jena.graph.impl.GraphBase
public PrefixMapping getPrefixMapping()
getPrefixMapping
in interface Graph
getPrefixMapping
in class com.hp.hpl.jena.graph.impl.GraphBase
public TransactionHandler getTransactionHandler()
getTransactionHandler
in interface Graph
getTransactionHandler
in class com.hp.hpl.jena.graph.impl.GraphBase
public String toString()
toString
in class com.hp.hpl.jena.graph.impl.GraphBase
public static String toString(String prefix, Graph that)
that
. The string
prefix
will appear near the beginning of the string. Nodes
may be prefix-compressed using that
's prefix-mapping. This
default implementation will display all the triples exposed by the graph
(ie including reification triples if it is Standard).
public void performAdd(Triple t)
performAdd
in interface com.hp.hpl.jena.graph.impl.GraphWithPerform
performAdd
in class com.hp.hpl.jena.graph.impl.GraphBase
public void performDelete(Triple t)
performDelete
in interface com.hp.hpl.jena.graph.impl.GraphWithPerform
performDelete
in class com.hp.hpl.jena.graph.impl.GraphBase
public boolean isEmpty()
isEmpty
in interface Graph
isEmpty
in class com.hp.hpl.jena.graph.impl.GraphBase
|
Copyright © 2008-2012 Franz Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |