|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IGraph | |
|---|---|
| org.aksw.commons.graph | |
| Uses of IGraph in org.aksw.commons.graph |
|---|
| Classes in org.aksw.commons.graph that implement IGraph | |
|---|---|
class |
BaseIndexedGraph
A graph with support for indexes. |
class |
DeltaGraph
A wrapper for an underlying graph, whereas the uncachedBulkFind method respects the added and removed triples. |
class |
MemoryGraph
|
| Methods in org.aksw.commons.graph that return IGraph | |
|---|---|
IGraph |
DeltaGraph.getAdditionGraph()
|
IGraph |
DeltaGraph.getBaseGraph()
|
IGraph |
TripleCacheIndexImpl.getGraph()
|
IGraph |
DefaultCacheProvider.getGraph()
|
IGraph |
ICacheProvider.getGraph()
|
IGraph |
ITripleCacheIndex.getGraph()
|
IGraph |
DeltaGraph.getRemovalGraph()
|
| Methods in org.aksw.commons.graph with parameters of type IGraph | |
|---|---|
static TripleCacheIndexImpl |
TripleCacheIndexImpl.create(IGraph graph,
Integer fullMaxSize,
Integer partialMaxSize,
Integer emptyMaxSize,
int... indexColumns)
|
void |
DefaultCacheProvider.onAdd(IGraph g,
Collection<com.hp.hpl.jena.graph.Triple> triples)
|
void |
IGraphListener.onAdd(IGraph g,
Collection<com.hp.hpl.jena.graph.Triple> triples)
|
void |
DefaultCacheProvider.onRemove(IGraph g,
Collection<com.hp.hpl.jena.graph.Triple> triples)
|
void |
IGraphListener.onRemove(IGraph g,
Collection<com.hp.hpl.jena.graph.Triple> triples)
|
| Constructors in org.aksw.commons.graph with parameters of type IGraph | |
|---|---|
DefaultCacheProvider(IGraph graph)
|
|
DeltaGraph(IGraph baseGraph)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||