| Package | Description |
|---|---|
| ai.grakn.graql.internal.reasoner.query |
| Modifier and Type | Method and Description |
|---|---|
QueryAnswers |
AtomicQuery.answer(Set<AtomicQuery> subGoals,
QueryCache cache,
boolean materialise)
answer the query by providing combined lookup/rule resolutions
|
QueryAnswers |
AtomicMatchQuery.answer(Set<AtomicQuery> subGoals,
QueryCache cache,
boolean materialise) |
void |
Query.lookup(QueryCache cache)
resolve the query by performing either a db or memory lookup, depending on which is more appropriate
|
void |
AtomicMatchQuery.lookup(QueryCache cache) |
void |
Query.memoryLookup(QueryCache cache)
resolve the query by performing a memory (cache) lookup
|
void |
AtomicMatchQuery.memoryLookup(QueryCache cache) |
void |
Query.propagateAnswers(QueryCache cache)
propagate answers to relation resolutions in the cache
|
void |
AtomicMatchQuery.propagateAnswers(QueryCache cache) |
void |
AtomicQuery.resolveViaRule(Rule rl,
Set<AtomicQuery> subGoals,
QueryCache cache,
boolean materialise)
attempt query resolution via application of a specific rule
|
void |
AtomicMatchQuery.resolveViaRule(Rule rl,
Set<AtomicQuery> subGoals,
QueryCache cache,
boolean materialise) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.