| Package | Description |
|---|---|
| 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 |
|---|---|
EdgeElement |
ElementFactory.buildEdgeElement(org.apache.tinkerpop.gremlin.structure.Edge edge) |
| Modifier and Type | Method and Description |
|---|---|
<X extends Concept> |
ElementFactory.buildConcept(EdgeElement edgeElement) |
RelationshipImpl |
ElementFactory.buildRelation(EdgeElement edge,
RelationshipType type,
Role owner,
Role value) |
static RelationshipEdge |
RelationshipEdge.create(RelationshipType relationshipType,
Role ownerRole,
Role valueRole,
EdgeElement edgeElement) |
static RelationshipEdge |
RelationshipEdge.get(EdgeElement edgeElement) |
| Modifier and Type | Method and Description |
|---|---|
EdgeElement |
VertexElement.addEdge(VertexElement to,
Schema.EdgeLabel type) |
EdgeElement |
VertexElement.putEdge(VertexElement to,
Schema.EdgeLabel type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<EdgeElement> |
VertexElement.getEdgesOfType(org.apache.tinkerpop.gremlin.structure.Direction direction,
Schema.EdgeLabel label) |
| Modifier and Type | Method and Description |
|---|---|
static Casting |
Casting.create(EdgeElement edgeElement,
Relationship relationship,
Role role,
Thing thing) |
static Casting |
Casting.withRelationship(EdgeElement edgeElement,
Relationship relationship) |
static Casting |
Casting.withThing(EdgeElement edgeElement,
Thing thing) |
Copyright © 2018 Grakn Labs Ltd. All rights reserved.