| Modifier and Type | Method and Description |
|---|---|
abstract Set<Predicate> |
Atom.getIdPredicates() |
abstract Set<Predicate> |
Atom.getPredicates() |
abstract Set<Predicate> |
Atom.getValuePredicates() |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
HasRole.getRelationPredicate() |
| Modifier and Type | Method and Description |
|---|---|
Set<Predicate> |
TypeAtom.getIdPredicates() |
Set<Predicate> |
Relation.getIdPredicates() |
Set<Predicate> |
BinaryBase.getIdPredicates() |
Set<Predicate> |
MultiPredicateBinary.getMultiPredicate() |
Set<Predicate> |
BinaryBase.getPredicates() |
Set<Predicate> |
Resource.getValuePredicates() |
Set<Predicate> |
BinaryBase.getValuePredicates() |
| Constructor and Description |
|---|
HasRole(VarAdmin pattern,
Predicate relPredicate,
IdPredicate predicate,
Query par) |
| Constructor and Description |
|---|
MultiPredicateBinary(VarAdmin pattern,
Set<Predicate> preds,
Query par) |
Resource(VarAdmin pattern,
Set<Predicate> p,
Query par) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdPredicate
Predicate implementation specialising it to be an id predicate.
|
class |
ValuePredicate
Predicate implementation specialising it to be an value predicate.
|
| Constructor and Description |
|---|
Predicate(Predicate pred) |
| Modifier and Type | Method and Description |
|---|---|
Set<Predicate> |
Query.getValuePredicates() |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.