| 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.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 |
|---|---|
ValuePredicateAdmin |
ValuePredicate.admin() |
| Modifier and Type | Method and Description |
|---|---|
default ValuePredicateAdmin |
ValuePredicateAdmin.admin() |
| Modifier and Type | Method and Description |
|---|---|
static Fragment |
Fragments.value(VarName start,
ValuePredicateAdmin predicate) |
| Modifier and Type | Method and Description |
|---|---|
static EquivalentFragmentSet |
EquivalentFragmentSets.value(VarName 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(VarAdmin pattern) |
| Modifier and Type | Method and Description |
|---|---|
static VarAdmin |
ValuePredicate.createValueVar(VarName name,
ValuePredicateAdmin pred) |
| Constructor and Description |
|---|
ValuePredicate(VarName varName,
ValuePredicateAdmin pred,
ReasonerQuery par) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.