| Modifier and Type | Method and Description |
|---|---|
<T extends Concept> |
GraknGraph.getConcept(ConceptId id)
Get the Concept with identifier provided, if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
ConceptId |
Concept.getId()
Get the unique ID associated with the Concept.
|
static ConceptId |
ConceptId.of(String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
ConceptId.compareTo(ConceptId o) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Concept> |
AbstractGraknGraph.getConcept(ConceptId id) |
| Modifier and Type | Method and Description |
|---|---|
Var |
Var.id(ConceptId id) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConceptId> |
VarAdmin.getId() |
| Modifier and Type | Method and Description |
|---|---|
PathQuery |
PathQuery.from(ConceptId sourceId) |
PathQuery |
PathQuery.to(ConceptId destinationId) |
| Modifier and Type | Method and Description |
|---|---|
static ai.grakn.graql.internal.gremlin.fragment.IdFragment |
Fragments.id(VarName start,
ConceptId id) |
| Modifier and Type | Method and Description |
|---|---|
ConceptId |
IdProperty.getId() |
| Constructor and Description |
|---|
IdProperty(ConceptId id) |
| Modifier and Type | Field and Description |
|---|---|
protected ConceptId |
Atom.typeId |
| Modifier and Type | Method and Description |
|---|---|
ConceptId |
Atom.getTypeId() |
| Modifier and Type | Method and Description |
|---|---|
protected ConceptId |
TypeAtom.extractTypeId(VarAdmin var) |
protected ConceptId |
Resource.extractTypeId(VarAdmin var) |
protected abstract ConceptId |
MultiPredicateBinary.extractTypeId(VarAdmin var) |
protected abstract ConceptId |
Binary.extractTypeId(VarAdmin var) |
| Modifier and Type | Method and Description |
|---|---|
protected ConceptId |
IdPredicate.extractPredicate(VarAdmin var) |
| Modifier and Type | Method and Description |
|---|---|
static VarAdmin |
IdPredicate.createIdVar(VarName varName,
ConceptId typeId) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.