Interface GraphFactory
-
- All Known Implementing Classes:
CoreGraphFactory,JenaOrCoreGraphFactory
public interface GraphFactory
A factory for aGraph.- Since:
- 5.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphcreateGraph(GraphDescription graphDescription, CoreSession session)Creates an instance of the graph.
-
-
-
Method Detail
-
createGraph
Graph createGraph(GraphDescription graphDescription, CoreSession session)
Creates an instance of the graph.
-
-