public class AGGraph extends GraphBase implements Graph, Closeable
TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMITemptyGraph| Modifier and Type | Method and Description |
|---|---|
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)
Returns 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 BulkUpdateHandler getBulkUpdateHandler()
getBulkUpdateHandler in interface GraphgetBulkUpdateHandler in class GraphBasepublic Capabilities getCapabilities()
getCapabilities in interface GraphgetCapabilities in class GraphBasepublic PrefixMapping getPrefixMapping()
getPrefixMapping in interface GraphgetPrefixMapping in class GraphBasepublic TransactionHandler getTransactionHandler()
getTransactionHandler in interface GraphgetTransactionHandler in class GraphBasepublic static String toString(String prefix, Graph that)
that. The string
prefix will appear at 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,
including reification triples.public void performAdd(Triple t)
performAdd in interface GraphWithPerformperformAdd in class GraphBasepublic void performDelete(Triple t)
performDelete in interface GraphWithPerformperformDelete in class GraphBasepublic boolean isEmpty()
Copyright © 2017 Franz Inc.. All rights reserved.