public class Factory extends Object
Modifier and Type | Method and Description |
---|---|
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) |
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)
Licenced under the Apache License, Version 2.0