com.hp.hpl.jena.graph
Class Factory

java.lang.Object
  extended bycom.hp.hpl.jena.graph.Factory

public class Factory
extends java.lang.Object

A factory class for creating Graphs [like ModelFactory, but for Graph; the name GraphFactory already being taken.]

Author:
kers

Method Summary
static Graph createDefaultGraph()
           
static GraphMaker createRDBGraphFactory(IDBConnection c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDefaultGraph

public static Graph createDefaultGraph()

createRDBGraphFactory

public static GraphMaker createRDBGraphFactory(IDBConnection c)


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