public class GraphMemPlain extends GraphBase2
emptyGraph| Constructor and Description |
|---|
GraphMemPlain() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
graphBaseContains(Triple t)
Answer true if the graph contains any triple matching
t. |
void |
performAdd(Triple t)
Add a triple to the triple store.
|
void |
performDelete(Triple t)
Remove a triple from the triple store.
|
QueryHandler |
queryHandler()
Answer a QueryHandler bound to this graph.
|
add, close, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, size, toStringpublic void performAdd(Triple t)
GraphBase2performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformAdd in class GraphBase2public void performDelete(Triple t)
GraphBase2performDelete in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformDelete in class GraphBase2public QueryHandler queryHandler()
GraphBase2queryHandler in interface GraphqueryHandler in class GraphBase2public boolean graphBaseContains(Triple t)
GraphBase2t.
The default implementation uses find and checks to see
if the iterator is non-empty.Licenced under the Apache License, Version 2.0