| 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 |
MultiPredicateBinary<T extends Predicate>
Base implementation for binary atoms with multiple predicate.
|
class |
Relation
Atom implementation defining a relation atom corresponding to a combined
RelationProperty
and (optional) IsaProperty. |
class |
Resource
Atom implementation defining a resource atom corresponding to a
HasResourceProperty. |
class |
TypeAtom
Atom implementation defining type atoms of the general form: $varName {isa|sub|plays|relates|has|has-scope} $valueVariable).
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Resource.hasEquivalentPredicatesWith(BinaryBase at) |
protected abstract boolean |
BinaryBase.hasEquivalentPredicatesWith(BinaryBase atom) |
protected boolean |
Binary.hasEquivalentPredicatesWith(BinaryBase atom) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.