| Package | Description |
|---|---|
| ai.grakn.graql |
A collection of interfaces and factories for executing Graql queries.
|
| ai.grakn.graql.admin |
A collection of interfaces offering more behaviour on Graql objects.
|
| ai.grakn.graql.internal.query.predicate |
| Modifier and Type | Method and Description |
|---|---|
static ValuePredicate |
Graql.contains(String substring) |
static ValuePredicate |
Graql.contains(Var var) |
static ValuePredicate |
Graql.eq(Object value) |
static ValuePredicate |
Graql.eq(Var var) |
static ValuePredicate |
Graql.gt(Comparable value) |
static ValuePredicate |
Graql.gt(Var var) |
static ValuePredicate |
Graql.gte(Comparable value) |
static ValuePredicate |
Graql.gte(Var var) |
static ValuePredicate |
Graql.lt(Comparable value) |
static ValuePredicate |
Graql.lt(Var var) |
static ValuePredicate |
Graql.lte(Comparable value) |
static ValuePredicate |
Graql.lte(Var var) |
static ValuePredicate |
Graql.neq(Object value) |
static ValuePredicate |
Graql.neq(Var var) |
static ValuePredicate |
Graql.regex(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
Var |
Var.has(String type,
ValuePredicate predicate)
the variable must have a resource of the given type that matches the given atom
|
Var |
Var.val(ValuePredicate predicate) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValuePredicateAdmin
Admin class for inspecting a ValuePredicate
|
| Modifier and Type | Method and Description |
|---|---|
static ValuePredicate |
Predicates.contains(String substring) |
static ValuePredicate |
Predicates.contains(VarAdmin var) |
static ValuePredicate |
Predicates.eq(Object value) |
static ValuePredicate |
Predicates.gt(Object value) |
static ValuePredicate |
Predicates.gt(VarAdmin var) |
static ValuePredicate |
Predicates.gte(Object value) |
static ValuePredicate |
Predicates.gte(VarAdmin var) |
static ValuePredicate |
Predicates.lt(Object value) |
static ValuePredicate |
Predicates.lt(VarAdmin var) |
static ValuePredicate |
Predicates.lte(Object value) |
static ValuePredicate |
Predicates.lte(VarAdmin var) |
static ValuePredicate |
Predicates.neq(Object value) |
static ValuePredicate |
Predicates.regex(String pattern) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.