| 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 |
ConceptImpl.addEdge(ConceptVertex to,
Schema.EdgeLabel label) |
EdgeElement |
ElementFactory.buildEdgeElement(org.apache.tinkerpop.gremlin.structure.Edge edge) |
| Modifier and Type | Method and Description |
|---|---|
Casting |
ElementFactory.buildCasting(EdgeElement edge) |
<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) |
| Constructor and Description |
|---|
Casting(EdgeElement edgeElement) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.