public interface IGraph
| Modifier and Type | Method and Description |
|---|---|
void |
add(Collection<com.hp.hpl.jena.graph.Triple> triple)
Adds triples to the graph
|
Set<com.hp.hpl.jena.graph.Triple> |
bulkFind(Set<List<Object>> keys,
int[] indexColumns) |
void |
clear()
Removes all triples from the graph
|
ICacheProvider |
getCacheProvider() |
Collection<IGraphListener> |
getGraphListeners() |
void |
remove(Collection<com.hp.hpl.jena.graph.Triple> triple) |
Set<com.hp.hpl.jena.graph.Triple> |
uncachedBulkFind(Set<List<Object>> keys,
int[] indexColumns) |
void add(Collection<com.hp.hpl.jena.graph.Triple> triple)
triple - void remove(Collection<com.hp.hpl.jena.graph.Triple> triple)
Collection<IGraphListener> getGraphListeners()
ICacheProvider getCacheProvider()
Set<com.hp.hpl.jena.graph.Triple> uncachedBulkFind(Set<List<Object>> keys, int[] indexColumns)
void clear()
Copyright © 2013. All Rights Reserved.