| 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.cannotChangeProperty(org.apache.tinkerpop.gremlin.structure.Vertex mutatingConcept,
org.apache.tinkerpop.gremlin.structure.Vertex conceptWithValue,
Schema.VertexProperty property,
Object value)
Thrown when trying to set the property of concept
mutatingConcept to a value which is already
taken by concept conceptWithValue |
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.immutableProperty(Object oldValue,
Object newValue,
Schema.VertexProperty vertexProperty)
Thrown when attempting to mutate a property which is immutable
|
static GraphOperationException |
GraphOperationException.settingNullProperty(Schema.VertexProperty property)
Thrown when attempting to set a property to null
|
| 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.