Interface GraphFactory
- All Known Implementing Classes:
CoreGraphFactory
,JenaOrCoreGraphFactory
public interface GraphFactory
A factory for a
Graph
.- Since:
- 5.5
-
Method Summary
Modifier and TypeMethodDescriptioncreateGraph
(GraphDescription graphDescription, CoreSession session) Creates an instance of the graph.
-
Method Details
-
createGraph
Creates an instance of the graph.
-