| |
|
| java.lang.Object com.hp.hpl.jena.graph.impl.GraphBase com.hp.hpl.jena.mem.GraphMemBase com.hp.hpl.jena.mem.GraphMem
GraphMem | public class GraphMem extends GraphMemBase implements Graph(Code) | | A memory-backed graph with S/P/O indexes.
author: bwm, kers |
Constructor Summary | |
public | GraphMem() Initialises a GraphMem with the Minimal reification style. | public | GraphMem(ReificationStyle style) Initialises a GraphMem with the given reification style. |
GraphMem | public GraphMem()(Code) | | Initialises a GraphMem with the Minimal reification style. Use the
factory if possible; this method is public to allow certain reflective
tests.
|
GraphMem | public GraphMem(ReificationStyle style)(Code) | | Initialises a GraphMem with the given reification style. Use the
factory if possible; this method is public to allow certain reflective
tests.
|
clear | public void clear()(Code) | | Clear this GraphMem, ie remove all its triples (delegated to the store).
|
destroy | protected void destroy()(Code) | | |
graphBaseContains | public boolean graphBaseContains(Triple t)(Code) | | Answer true iff this graph contains t . If t
happens to be concrete, then we hand responsibility over to the store.
Otherwise we use the default implementation.
|
graphBaseFind | public ExtendedIterator graphBaseFind(TripleMatch m)(Code) | | Answer an ExtendedIterator over all the triples in this graph that match the
triple-pattern m . Delegated to the store.
|
graphBaseSize | public int graphBaseSize()(Code) | | |
|
|
|