org.aksw.commons.graph
Class MemoryGraph
java.lang.Object
org.aksw.commons.graph.BaseIndexedGraph
org.aksw.commons.graph.MemoryGraph
- All Implemented Interfaces:
- IGraph
public class MemoryGraph
- extends BaseIndexedGraph
MemoryGraph
public MemoryGraph()
add
public void add(Collection<com.hp.hpl.jena.graph.Triple> ts)
- Description copied from interface:
IGraph
- Adds triples to the graph
- Specified by:
add in interface IGraph- Overrides:
add in class BaseIndexedGraph
remove
public void remove(Collection<com.hp.hpl.jena.graph.Triple> ts)
- Specified by:
remove in interface IGraph- Overrides:
remove in class BaseIndexedGraph
uncachedBulkFind
public Set<com.hp.hpl.jena.graph.Triple> uncachedBulkFind(Set<List<Object>> keys,
int[] keyColumns)
clear
public void clear()
- Description copied from interface:
IGraph
- Removes all triples from the graph
Copyright © 2012. All Rights Reserved.