| Package | Description |
|---|---|
| ai.grakn.kb.internal.cache |
Internal implementation of caching mechanism used by any
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 |
|---|---|
Set<Casting> |
TxCache.getModifiedCastings() |
| Modifier and Type | Method and Description |
|---|---|
void |
TxCache.remove(Casting casting) |
void |
TxCache.trackForValidation(Casting casting) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Casting> |
RelationshipReified.castingsRelation(Role... roles)
Castings are retrieved from the perspective of the
Relationship |
java.util.stream.Stream<Casting> |
RoleImpl.rolePlayers() |
| 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.