public interface GraknGraphFactory
Builds a Grakn Graph factory
This class facilitates the construction of Grakn Graphs by determining which factory should be built.
The graphs produced by a factory are singletons bound to a specific keyspace.
To create graphs bound to a different keyspace you must create another factory
using Grakn.factory(String, String)
| Modifier and Type | Method and Description |
|---|---|
GraknGraph |
getGraph()
Get a new or existing graph.
|
GraknGraph |
getGraphBatchLoading()
Get a new or existing graph with batch loading enabled.
|
GraknComputer |
getGraphComputer()
Get a new or existing GraknComputer.
|
GraknGraph getGraph()
GraknGraphGraknGraph getGraphBatchLoading()
GraknGraphGraknComputer getGraphComputer()
GraknComputerCopyright © 2017 Grakn Labs Ltd. All rights reserved.