| Package | Description |
|---|---|
| ai.grakn.graql.internal.reasoner.atom.binary |
| Modifier and Type | Class and Description |
|---|---|
class |
Binary
Base implementation for binary atoms with single predicate.
|
class |
HasRole
Atom implementation defining a has-role atom.
|
class |
MultiPredicateBinary
Base implementation for binary atoms with multiple predicate.
|
class |
Relation
Atom implementation defining a relation atom.
|
class |
Resource
Atom implementation defining a resource atom.
|
class |
TypeAtom
Atom implementation defining type atoms of the type $varName {isa|sub|plays-role|has-resource|has-scope} $valueVariable)
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MultiPredicateBinary.predicatesEquivalent(BinaryBase at) |
protected abstract boolean |
BinaryBase.predicatesEquivalent(BinaryBase atom) |
protected boolean |
Binary.predicatesEquivalent(BinaryBase atom) |
| Constructor and Description |
|---|
BinaryBase(BinaryBase a) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.