public class Factory extends Object
Modifier and Type | Method and Description |
---|---|
static Graph |
createDefaultGraph()
Answer a memory-based Graph.
|
static Graph |
createGraphMem() |
static Graph |
createGraphMemWithTransactionHandler(TransactionHandler th) |
static Graph |
empty()
Immutable graph with no triples
|
public static Graph createDefaultGraph()
public static Graph createGraphMem()
public static Graph createGraphMemWithTransactionHandler(TransactionHandler th)
public static Graph empty()
Licenced under the Apache License, Version 2.0