public class MemoryGraph extends BaseIndexedGraph
cacheProvider, listeners| Constructor and Description |
|---|
MemoryGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Collection<com.hp.hpl.jena.graph.Triple> ts)
Adds triples to the graph
|
void |
clear()
Removes all triples from the graph
|
void |
remove(Collection<com.hp.hpl.jena.graph.Triple> ts) |
Set<com.hp.hpl.jena.graph.Triple> |
uncachedBulkFind(Set<List<Object>> keys,
int[] keyColumns) |
bulkFind, getCacheProvider, getGraphListeners, toStringpublic void add(Collection<com.hp.hpl.jena.graph.Triple> ts)
IGraphadd in interface IGraphadd in class BaseIndexedGraphpublic void remove(Collection<com.hp.hpl.jena.graph.Triple> ts)
remove in interface IGraphremove in class BaseIndexedGraphpublic Set<com.hp.hpl.jena.graph.Triple> uncachedBulkFind(Set<List<Object>> keys, int[] keyColumns)
public void clear()
IGraphCopyright © 2013. All Rights Reserved.