Class GraphTripleStore

java.lang.Object
org.apache.jena.mem.GraphTripleStoreBase
org.apache.jena.mem.GraphTripleStore
All Implemented Interfaces:
TripleStore

public class GraphTripleStore extends GraphTripleStoreBase implements TripleStore
GraphTripleStore - the underlying triple-indexed triple store for GraphMem et al, ripped out from the heart of GraphMem as part of simplifying the reification code. A GraphTripleStore is a searchable repository for triples.
  • Constructor Details

    • GraphTripleStore

      public GraphTripleStore(Graph parent)