|
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
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 GraphgetBulkUpdateHandler in class com.hp.hpl.jena.graph.impl.GraphBasepublic Capabilities getCapabilities()
getCapabilities in interface GraphgetCapabilities in class com.hp.hpl.jena.graph.impl.GraphBasepublic PrefixMapping getPrefixMapping()
getPrefixMapping in interface GraphgetPrefixMapping in class com.hp.hpl.jena.graph.impl.GraphBasepublic TransactionHandler getTransactionHandler()
getTransactionHandler in interface GraphgetTransactionHandler in class com.hp.hpl.jena.graph.impl.GraphBasepublic 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.GraphWithPerformperformAdd in class com.hp.hpl.jena.graph.impl.GraphBasepublic void performDelete(Triple t)
performDelete in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformDelete in class com.hp.hpl.jena.graph.impl.GraphBasepublic boolean isEmpty()
isEmpty in interface GraphisEmpty 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 | |||||||||