|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.graph.Factory
public class Factory
A factory class for creating Graphs.
| 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 Graph |
createGraphMem()
|
static Graph |
createGraphMem(ReificationStyle style)
|
static Graph |
createGraphMemWithTransactionHandler(TransactionHandler th)
|
| 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 Graph createGraphMem()
public static Graph createGraphMem(ReificationStyle style)
public static Graph createGraphMemWithTransactionHandler(TransactionHandler th)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||