| Modifier and Type | Method and Description |
|---|---|
abstract Set<Predicate> |
Atom.getIdPredicates() |
Set<Predicate> |
AtomBase.getPredicates() |
abstract Set<Predicate> |
Atom.getPredicates() |
abstract Set<Predicate> |
Atom.getValuePredicates() |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
Binary.getPredicate() |
Predicate |
HasRole.getRelationPredicate() |
| Modifier and Type | Method and Description |
|---|---|
Set<Predicate> |
TypeAtom.getIdPredicates() |
Set<Predicate> |
Relation.getIdPredicates() |
Set<Predicate> |
Binary.getIdPredicates() |
Set<Predicate> |
Binary.getPredicates() |
Set<Predicate> |
Resource.getValuePredicates() |
Set<Predicate> |
Binary.getValuePredicates() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Binary.setPredicate(Predicate p) |
| Constructor and Description |
|---|
Binary(VarAdmin pattern,
Predicate p,
Query par) |
HasRole(VarAdmin pattern,
Predicate relPredicate,
Predicate predicate,
Query par) |
HasRole(VarAdmin pattern,
Predicate relPredicate,
Predicate predicate,
Query par) |
Relation(String name,
String typeVariable,
Map<String,String> roleMap,
Predicate pred,
Query par) |
Relation(VarAdmin pattern,
Predicate predicate,
Query par) |
Resource(VarAdmin pattern,
Predicate p,
Query par) |
TypeAtom(VarAdmin pattern,
Predicate p,
Query par) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdPredicate |
class |
ValuePredicate |
| Constructor and Description |
|---|
Predicate(Predicate pred) |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
Query.getIdPredicate(String var) |
| Modifier and Type | Method and Description |
|---|---|
Set<Predicate> |
Query.getIdPredicates() |
Set<Predicate> |
Query.getValuePredicates() |
Copyright © 2016 Grakn Labs Ltd. All rights reserved.