| Package | Description |
|---|---|
| ai.grakn.graql.internal.reasoner.atom.predicate | |
| ai.grakn.graql.internal.reasoner.cache | |
| ai.grakn.graql.internal.reasoner.query |
| Modifier and Type | Method and Description |
|---|---|
QueryAnswers |
NeqPredicate.filter(QueryAnswers answers)
apply the not equals filter to answer set
|
| Modifier and Type | Method and Description |
|---|---|
QueryAnswers |
NeqPredicate.filter(QueryAnswers answers)
apply the not equals filter to answer set
|
| Modifier and Type | Method and Description |
|---|---|
QueryAnswers |
QueryCache.getAnswers(Q query) |
QueryAnswers |
QueryCache.record(Q query,
QueryAnswers answers) |
| Modifier and Type | Method and Description |
|---|---|
javafx.util.Pair<QueryAnswers,Unifier> |
QueryCache.getAnswersWithUnifier(Q query) |
| Modifier and Type | Method and Description |
|---|---|
QueryAnswers |
QueryCache.record(Q query,
QueryAnswers answers) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryCache.remove(Cache<Q,QueryAnswers> c2,
Set<Q> queries) |
| Modifier and Type | Method and Description |
|---|---|
QueryAnswers |
QueryAnswers.filterVars(Set<Var> vars)
filter answers by constraining the variable set to the provided one
|
static <T extends ReasonerQuery> |
QueryAnswers.getUnifiedAnswers(T parentQuery,
T childQuery,
QueryAnswers answers)
unify answers of childQuery with parentQuery
|
QueryAnswers |
QueryAnswers.unify(Unifier unifier)
unify the answers by applying unifiers to variable set
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueryAnswers.addAll(QueryAnswers ans) |
boolean |
QueryAnswers.containsAll(QueryAnswers ans) |
static <T extends ReasonerQuery> |
QueryAnswers.getUnifiedAnswers(T parentQuery,
T childQuery,
QueryAnswers answers)
unify answers of childQuery with parentQuery
|
boolean |
QueryAnswers.removeAll(QueryAnswers ans) |
| Constructor and Description |
|---|
QueryAnswers(QueryAnswers ans) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.