| Package | Description |
|---|---|
| io.mindmaps.graql.internal.reasoner.query | |
| io.mindmaps.graql.internal.reasoner.rule |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicMatchQuery |
| Modifier and Type | Method and Description |
|---|---|
AtomicQuery |
AtomicQuery.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Set<AtomicQuery> |
AtomicQuery.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
AtomicQuery.establishRelation(AtomicQuery aq)
establishes parent-child (if there is one) relation between this and aq query
the relation expresses the relative level of specificity between queries with the parent being more specific
|
static QueryAnswers |
QueryAnswers.getUnifiedAnswers(AtomicQuery parentQuery,
AtomicQuery childQuery,
QueryAnswers answers)
unify answers with parentQuery
|
| Modifier and Type | Method and Description |
|---|---|
void |
Query.memoryLookup(Map<AtomicQuery,AtomicQuery> matAnswers) |
void |
Query.memoryLookup(Map<AtomicQuery,AtomicQuery> matAnswers) |
void |
AtomicMatchQuery.memoryLookup(Map<AtomicQuery,AtomicQuery> matAnswers) |
void |
AtomicMatchQuery.memoryLookup(Map<AtomicQuery,AtomicQuery> matAnswers) |
void |
Query.propagateAnswers(Map<AtomicQuery,AtomicQuery> matAnswers) |
void |
Query.propagateAnswers(Map<AtomicQuery,AtomicQuery> matAnswers) |
void |
AtomicMatchQuery.propagateAnswers(Map<AtomicQuery,AtomicQuery> matAnswers) |
void |
AtomicMatchQuery.propagateAnswers(Map<AtomicQuery,AtomicQuery> matAnswers) |
| Constructor and Description |
|---|
AtomicMatchQuery(AtomicQuery query,
QueryAnswers ans) |
AtomicQuery(AtomicQuery q) |
| Modifier and Type | Method and Description |
|---|---|
AtomicQuery |
InferenceRule.getHead() |
Copyright © 2016. All rights reserved.