|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.graph.Factory
A factory class for creating Graphs [like ModelFactory, but for Graph; the name GraphFactory already being taken.]
Method Summary | |
static Graph |
createDefaultGraph()
Answer a memory-based Graph with the Standard reification style. |
static Graph |
createDefaultGraph(ReificationStyle style)
Answer a memory-based Graph with the given reification style. |
static GraphMaker |
createRDBGraphFactory(IDBConnection c)
This is unused. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Graph createDefaultGraph()
public static Graph createDefaultGraph(ReificationStyle style)
public static GraphMaker createRDBGraphFactory(IDBConnection c)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |