| Package | Description |
|---|---|
| ai.grakn.kb.internal |
Internal implementation of
GraknTx. |
| ai.grakn.kb.internal.concept |
Internal implementation of
Concepts |
| Modifier and Type | Method and Description |
|---|---|
void |
GraknTxAbstract.putShortcutEdge(Thing toThing,
RelationshipReified fromRelation,
Role roleType) |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipReified |
RelationshipReified.create(VertexElement vertexElement,
RelationshipType type) |
static RelationshipReified |
RelationshipReified.get(VertexElement vertexElement) |
RelationshipReified |
RelationshipReified.reify() |
RelationshipReified |
RelationshipImpl.reify()
Reifys and returns the
RelationshipReified |
RelationshipReified |
RelationshipEdge.reify() |
| Modifier and Type | Method and Description |
|---|---|
Optional<RelationshipReified> |
RelationshipImpl.reified()
Gets the
RelationshipReified if the Relationship has been reified. |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.