| Package | Description |
|---|---|
| ai.grakn.factory |
Provides graph accessors for different backends.
|
| ai.grakn.kb.internal |
Internal implementation of
GraknTx. |
| ai.grakn.kb.internal.concept |
Internal implementation of
Concepts |
| ai.grakn.kb.internal.structure |
Internal implementation of structures embedded in a
GraknTx. |
| Modifier and Type | Method and Description |
|---|---|
GraknTxAbstract<T> |
TxFactory.open(GraknTxType txType) |
| Modifier and Type | Class and Description |
|---|---|
class |
GraknTxTinker
A
GraknTx using TinkerGraph as a vendor backend. |
| Constructor and Description |
|---|
ElementFactory(GraknTxAbstract tx) |
| Modifier and Type | Method and Description |
|---|---|
GraknTxAbstract<?> |
AbstractElement.tx() |
| Constructor and Description |
|---|
EdgeElement(GraknTxAbstract graknGraph,
org.apache.tinkerpop.gremlin.structure.Edge e) |
VertexElement(GraknTxAbstract graknTx,
org.apache.tinkerpop.gremlin.structure.Vertex element) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.