Uses of Interface
org.mulgara.mrg.GraphExt

Packages that use GraphExt
org.mulgara.mrg   
 

Uses of GraphExt in org.mulgara.mrg
 

Subinterfaces of GraphExt in org.mulgara.mrg
 interface AppendableGraph
          An RDF graph that triples can be added to.
 interface Graph
          An RDF graph.
 interface WritableGraph
          An RDF graph that triples can be modified on.
 

Classes in org.mulgara.mrg that implement GraphExt
 class AbstractGraph
          An RDF graph.
 class AbstractGraphExt
          This class groups all the overloaded methods for Graph together, and keeps them out of the way of the Graph implementation.
 class GraphImpl
          A hashmap based RDF graph.
 class IndexedGraph
          A graph with three indexes for complete searchability.
 class PackedGraphImpl
          A graph that uses tree sets and maps to keep the memory footprint smaller.
 class PackedIndexedGraph
          A fully indexed graph with tree indexes.
 



Copyright © 2011. All Rights Reserved.