| Package | Description |
|---|---|
| ai.grakn.exception |
Grakn exception definitions.
|
| ai.grakn.graql.admin |
A collection of interfaces offering more behaviour on Graql objects.
|
| ai.grakn.graql.internal.pattern | |
| ai.grakn.graql.internal.pattern.property |
| Modifier and Type | Method and Description |
|---|---|
static GraqlQueryException |
GraqlQueryException.conflictingProperties(VarPatternAdmin varPattern,
UniqueVarProperty property,
UniqueVarProperty other) |
| Modifier and Type | Method and Description |
|---|---|
<T extends UniqueVarProperty> |
VarPatternAdmin.getProperty(Class<T> type)
Get a unique property of a particular type on this variable, if it exists
|
| Modifier and Type | Method and Description |
|---|---|
<T extends UniqueVarProperty> |
AbstractVarPattern.getProperty(Class<T> type) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataTypeProperty
Represents the
datatype property on a ResourceType. |
class |
IdProperty
Represents the
id property on a Concept. |
class |
IsAbstractProperty
Represents the
is-abstract property on a Type. |
class |
IsaProperty
Represents the
isa property on a Thing. |
class |
LabelProperty
Represents the
label property on a Type. |
class |
LhsProperty
Represents the
lhs (left-hand side) property on a Rule. |
class |
RegexProperty
Represents the
regex property on a ResourceType. |
class |
RelationProperty
Represents the relation property (e.g.
|
class |
RhsProperty
Represents the
rhs (right-hand side) property on a Rule. |
class |
RuleProperty
Abstract property for the patterns within rules.
|
class |
SubProperty
Represents the
sub property on a Type. |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.