| Package | Description |
|---|---|
| ai.grakn.graql.admin | |
| ai.grakn.graql.internal.pattern.property | |
| ai.grakn.graql.internal.reasoner.atom |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UniqueVarProperty |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
DataTypeProperty |
class |
HasResourceProperty |
class |
HasResourceTypeProperty |
class |
HasRoleProperty |
class |
HasScopeProperty |
class |
IdProperty |
class |
IsAbstractProperty |
class |
IsaProperty |
class |
LhsProperty |
class |
NameProperty |
class |
NeqProperty |
class |
PlaysRoleProperty |
class |
RegexProperty |
class |
RelationProperty |
class |
RhsProperty |
class |
SubProperty |
class |
ValueFlagProperty |
class |
ValueProperty |
| Modifier and Type | Method and Description |
|---|---|
static Set<Atomic> |
PropertyMapper.map(VarProperty prop,
VarAdmin var,
Set<VarAdmin> vars,
Query parent,
GraknGraph graph) |
Copyright © 2016 Grakn Labs Ltd. All rights reserved.