| |
|
| java.lang.Object com.hp.hpl.jena.graph.Factory
Factory | public class Factory (Code) | | A factory class for creating Graphs.
author: kers |
Field Summary | |
final public static boolean | faster | final public static boolean | newHashing |
faster | final public static boolean faster(Code) | | |
newHashing | final public static boolean newHashing(Code) | | |
createDefaultGraph | public static Graph createDefaultGraph()(Code) | | Answer a memory-based Graph with the Standard reification style.
|
createDefaultGraph | public static Graph createDefaultGraph(ReificationStyle style)(Code) | | Answer a memory-based Graph with the given reification style.
|
createGraphMem | public static Graph createGraphMem()(Code) | | |
|
|
|