public class AGGraph extends com.hp.hpl.jena.graph.impl.GraphBase implements com.hp.hpl.jena.graph.Graph, Closeable
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.graph.BulkUpdateHandler |
getBulkUpdateHandler() |
com.hp.hpl.jena.graph.Capabilities |
getCapabilities() |
String |
getName() |
com.hp.hpl.jena.shared.PrefixMapping |
getPrefixMapping() |
com.hp.hpl.jena.graph.TransactionHandler |
getTransactionHandler() |
boolean |
isEmpty()
Answer true iff this graph contains no triples.
|
void |
performAdd(com.hp.hpl.jena.graph.Triple t) |
void |
performDelete(com.hp.hpl.jena.graph.Triple t) |
String |
toString() |
static String |
toString(String prefix,
com.hp.hpl.jena.graph.Graph that)
Answer a human-consumable representation of
that. |
add, clear, close, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getEventManager, getStatisticsHandler, isClosed, isIsomorphicWith, notifyAdd, notifyDelete, remove, sizeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic String getName()
public com.hp.hpl.jena.graph.BulkUpdateHandler getBulkUpdateHandler()
getBulkUpdateHandler in interface com.hp.hpl.jena.graph.GraphgetBulkUpdateHandler in class com.hp.hpl.jena.graph.impl.GraphBasepublic com.hp.hpl.jena.graph.Capabilities getCapabilities()
getCapabilities in interface com.hp.hpl.jena.graph.GraphgetCapabilities in class com.hp.hpl.jena.graph.impl.GraphBasepublic com.hp.hpl.jena.shared.PrefixMapping getPrefixMapping()
getPrefixMapping in interface com.hp.hpl.jena.graph.GraphgetPrefixMapping in class com.hp.hpl.jena.graph.impl.GraphBasepublic com.hp.hpl.jena.graph.TransactionHandler getTransactionHandler()
getTransactionHandler in interface com.hp.hpl.jena.graph.GraphgetTransactionHandler in class com.hp.hpl.jena.graph.impl.GraphBasepublic String toString()
toString in class com.hp.hpl.jena.graph.impl.GraphBasepublic static String toString(String prefix, com.hp.hpl.jena.graph.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(com.hp.hpl.jena.graph.Triple t)
performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformAdd in class com.hp.hpl.jena.graph.impl.GraphBasepublic void performDelete(com.hp.hpl.jena.graph.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 com.hp.hpl.jena.graph.GraphisEmpty in class com.hp.hpl.jena.graph.impl.GraphBase