| Package | Description |
|---|---|
| ai.grakn.graql.admin | |
| ai.grakn.graql.internal.pattern.property |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UniqueVarProperty
A unique property of a
Var. |
| Modifier and Type | Method and Description |
|---|---|
<T extends VarProperty> |
VarAdmin.getProperties(Class<T> type)
Get a stream of all properties of a particular type on this variable
|
<T extends VarProperty> |
VarAdmin.hasProperty(Class<T> type)
Get whether this
Var has a VarProperty of the given type |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<VarProperty> |
VarAdmin.getProperties()
Get a stream of all properties on this variable
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VarPropertyInternal
Internal interface for
VarProperty, providing additional methods to match, insert or delete the property. |
| Modifier and Type | Class and Description |
|---|---|
class |
DataTypeProperty
Represents the
datatype property on a ResourceType. |
class |
HasResourceProperty
Represents the
has property on an Instance. |
class |
HasResourceTypeProperty
|
class |
HasRoleProperty
Represents the
has-role property on a RelationType. |
class |
HasScopeProperty
Represents the
has-scope property on a Relation. |
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 Instance. |
class |
LhsProperty
Represents the
lhs (left-hand side) property on a Rule. |
class |
NameProperty
Represents the
type-name property on a Type. |
class |
NeqProperty
Represents the
!= property on a Concept. |
class |
PlaysProperty
Represents the
plays property on an Instance. |
class |
PlaysRoleProperty
Reperesents the
plays-role property on a Type. |
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. |
class |
ValueProperty
Represents the
value property on a Resource. |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.