| Package | Description |
|---|---|
| ai.grakn.concept |
Provides the meta-ontology interfaces and definitions.
|
| ai.grakn.exception |
Grakn exception definitions.
|
| ai.grakn.graph.admin | |
| ai.grakn.graph.internal |
Internal implementation of Grakn graph.
|
| ai.grakn.util |
| Modifier and Type | Method and Description |
|---|---|
Schema.VertexProperty |
ResourceType.DataType.getVertexProperty() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyNotUniqueException |
PropertyNotUniqueException.cannotCreateProperty(Concept conceptWithValue,
Schema.VertexProperty property,
Object value)
Thrown when trying to create a concept using a unique property which is already taken.
|
static GraphOperationException |
GraphOperationException.invalidPropertyUse(Concept concept,
Schema.VertexProperty property)
Thrown when trying to add a
Schema.VertexProperty to a Concept which does not accept that type
of Schema.VertexProperty |
| Modifier and Type | Method and Description |
|---|---|
<T extends Concept> |
GraknAdmin.getConcept(Schema.VertexProperty key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Concept> |
AbstractGraknGraph.getConcept(Schema.VertexProperty key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
static Schema.VertexProperty |
Schema.VertexProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.VertexProperty[] |
Schema.VertexProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.