| Class | Description |
|---|---|
| Binary |
Implementation for binary atoms with single id typePredicate for a schema concept.
|
| RelationshipAtom |
Atom implementation defining a relation atom corresponding to a combined
RelationshipProperty
and (optional) IsaProperty. |
| ResourceAtom |
Atom implementation defining a resource atom corresponding to a
HasResourceProperty. |
| TypeAtom |
Atom implementation defining type atoms of the general form:
{isa|sub|plays|relates|has}($varName, $predicateVariable)
Type atoms correspond to the following respective graql properties:
IsaProperty,
SubProperty,
PlaysProperty
RelatesProperty
HasResourceTypeProperty |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.