| Package | Description |
|---|---|
| ai.grakn.exception |
Grakn exception definitions.
|
| 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.gremlin.fragment | |
| ai.grakn.graql.internal.gremlin.sets | |
| ai.grakn.graql.internal.pattern.property | |
| ai.grakn.graql.internal.reasoner.atom.predicate |
| Modifier and Type | Method and Description |
|---|---|
static GraqlQueryException |
GraqlQueryException.insertMultipleValues(ValuePredicateAdmin predicate,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
ValuePredicateAdmin |
ValuePredicate.admin() |
| Modifier and Type | Method and Description |
|---|---|
default ValuePredicateAdmin |
ValuePredicateAdmin.admin() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValuePredicateAdmin.isCompatibleWith(ValuePredicateAdmin predicate) |
| Modifier and Type | Method and Description |
|---|---|
static Fragment |
Fragments.value(Var start,
ValuePredicateAdmin predicate) |
| Modifier and Type | Method and Description |
|---|---|
static EquivalentFragmentSet |
EquivalentFragmentSets.value(Var resource,
ValuePredicateAdmin predicate)
An
EquivalentFragmentSet that indicates a variable represents a resource with value matching a predicate. |
| Modifier and Type | Method and Description |
|---|---|
ValuePredicateAdmin |
ValueProperty.getPredicate() |
| Constructor and Description |
|---|
ValueProperty(ValuePredicateAdmin predicate) |
| Modifier and Type | Method and Description |
|---|---|
protected ValuePredicateAdmin |
ValuePredicate.extractPredicate(VarPatternAdmin pattern) |
| Modifier and Type | Method and Description |
|---|---|
static VarPatternAdmin |
ValuePredicate.createValueVar(Var name,
ValuePredicateAdmin pred) |
| Constructor and Description |
|---|
ValuePredicate(Var varName,
ValuePredicateAdmin pred,
ReasonerQuery par) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.