public abstract class BaseIndexedGraph extends Object implements IGraph
| Modifier and Type | Field and Description |
|---|---|
protected ICacheProvider |
cacheProvider |
protected List<IGraphListener> |
listeners |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseIndexedGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Collection<com.hp.hpl.jena.graph.Triple> triples)
Adds triples to the graph
|
Set<com.hp.hpl.jena.graph.Triple> |
bulkFind(Set<List<Object>> keys,
int[] indexColumns) |
ICacheProvider |
getCacheProvider() |
Collection<IGraphListener> |
getGraphListeners() |
void |
remove(Collection<com.hp.hpl.jena.graph.Triple> triples) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, uncachedBulkFindprotected List<IGraphListener> listeners
protected ICacheProvider cacheProvider
public Collection<IGraphListener> getGraphListeners()
getGraphListeners in interface IGraphpublic ICacheProvider getCacheProvider()
getCacheProvider in interface IGraphpublic Set<com.hp.hpl.jena.graph.Triple> bulkFind(Set<List<Object>> keys, int[] indexColumns)
public void add(Collection<com.hp.hpl.jena.graph.Triple> triples)
IGraphpublic void remove(Collection<com.hp.hpl.jena.graph.Triple> triples)
Copyright © 2013. All Rights Reserved.