Uses of Interface
com.hp.hpl.jena.graph.GraphMaker

Packages that use GraphMaker
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs.  
 

Uses of GraphMaker in com.hp.hpl.jena.graph
 

Methods in com.hp.hpl.jena.graph that return GraphMaker
static GraphMaker Factory.createRDBGraphFactory(IDBConnection c)
           
 

Uses of GraphMaker in com.hp.hpl.jena.rdf.model
 

Methods in com.hp.hpl.jena.rdf.model that return GraphMaker
 GraphMaker ModelMaker.getGraphMaker()
          Answer a GraphMaker that makes graphs the same way this ModelMaker makes models.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.