| Package | Description |
|---|---|
| io.mindmaps.graql | |
| io.mindmaps.graql.admin | |
| io.mindmaps.graql.internal.query.predicate |
| Modifier and Type | Method and Description |
|---|---|
static ValuePredicate |
Graql.all(ValuePredicate predicate,
ValuePredicate... predicates) |
ValuePredicate |
ValuePredicate.and(ValuePredicate other) |
static ValuePredicate |
Graql.any(ValuePredicate predicate,
ValuePredicate... predicates) |
static ValuePredicate |
Graql.contains(String substring) |
static ValuePredicate |
Graql.eq(Object value) |
static ValuePredicate |
Graql.gt(Comparable value) |
static ValuePredicate |
Graql.gte(Comparable value) |
static ValuePredicate |
Graql.lt(Comparable value) |
static ValuePredicate |
Graql.lte(Comparable value) |
static ValuePredicate |
Graql.neq(Object value) |
ValuePredicate |
ValuePredicate.or(ValuePredicate other) |
static ValuePredicate |
Graql.regex(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
static ValuePredicate |
Graql.all(ValuePredicate predicate,
ValuePredicate... predicates) |
static ValuePredicate |
Graql.all(ValuePredicate predicate,
ValuePredicate... predicates) |
ValuePredicate |
ValuePredicate.and(ValuePredicate other) |
static ValuePredicate |
Graql.any(ValuePredicate predicate,
ValuePredicate... predicates) |
static ValuePredicate |
Graql.any(ValuePredicate predicate,
ValuePredicate... predicates) |
Var |
Var.has(String type,
ValuePredicate predicate)
the variable must have a resource or name of the given type that matches the given predicate
|
ValuePredicate |
ValuePredicate.or(ValuePredicate other) |
Var |
Var.value(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.eq(Object value) |
static ValuePredicate |
Predicates.gt(Object value) |
static ValuePredicate |
Predicates.gte(Object value) |
static ValuePredicate |
Predicates.lt(Object value) |
static ValuePredicate |
Predicates.lte(Object value) |
static ValuePredicate |
Predicates.neq(Object value) |
static ValuePredicate |
Predicates.regex(String pattern) |
Copyright © 2016. All rights reserved.