Uses of Interface
org.mulgara.mrg.WritableGraph

Packages that use WritableGraph
org.mulgara.mrg   
org.mulgara.mrg.parser   
 

Uses of WritableGraph in org.mulgara.mrg
 

Classes in org.mulgara.mrg that implement WritableGraph
 class AbstractGraph
          An RDF graph.
 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.
 

Methods in org.mulgara.mrg that return WritableGraph
 WritableGraph GraphImplFactory.createGraph()
          Creates a new GraphImpl.
 WritableGraph GraphFactory.createGraph()
          Create a new appendable graph.
 

Uses of WritableGraph in org.mulgara.mrg.parser
 

Methods in org.mulgara.mrg.parser that return WritableGraph
 WritableGraph XMLGraphParser.getGraph()
          Gets the parsed graph.
 WritableGraph N3GraphParser.getGraph()
          Retrieves the ResultSet that this parser built.
 WritableGraph GraphParser.getGraph()
          Gets the parsed graph.
 



Copyright © 2011. All Rights Reserved.