| Modifier and Type | Class and Description |
|---|---|
class |
Atom
AtomicBase extension defining specialised functionalities. |
| Constructor and Description |
|---|
AtomicBase(AtomicBase a) |
| Modifier and Type | Class and Description |
|---|---|
class |
Binary
Implementation for binary atoms with single id predicate for an ontology concept.
|
class |
RelationAtom
Atom implementation defining a relation atom corresponding to a combined
RelationProperty
and (optional) IsaProperty. |
class |
ResourceAtom
Atom implementation defining a resource atom corresponding to a
HasResourceProperty. |
class |
TypeAtom
Atom implementation defining type atoms of the general form:
{isa|sub|plays|relates|has|has-scope}($varName, $predicateVariable)
Type atoms correspond to the following respective graql properties:
IsaProperty,
SubProperty,
PlaysProperty
RelatesProperty
HasResourceTypeProperty
HasScopeProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
HasAtom
TypeAtom corresponding to graql a
HasResourceTypeProperty property. |
class |
IsaAtom
TypeAtom corresponding to graql a
IsaProperty property. |
class |
PlaysAtom
TypeAtom corresponding to graql a
PlaysProperty property. |
class |
RelatesAtom
TypeAtom corresponding to a graql
RelatesProperty property. |
class |
ScopeAtom
TypeAtom corresponding to a graql
HasScopeProperty property. |
class |
SubAtom
TypeAtom corresponding to graql a
SubProperty property. |
| Modifier and Type | Class and Description |
|---|---|
class |
IdPredicate
Predicate implementation specialising it to be an id predicate.
|
class |
NeqPredicate
Predicate implementation specialising it to be an inequality predicate.
|
class |
Predicate<T>
AtomicBase extension serving as base class for predicate implementations. |
class |
ValuePredicate
Predicate implementation specialising it to be an value predicate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataTypeAtom
Atomic corresponding to
DataTypeProperty. |
class |
IsAbstractAtom
Atomic corresponding to
IsAbstractProperty. |
class |
RegexAtom
Atomic corresponding to
RegexProperty. |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.