| Package | Description |
|---|---|
| ai.grakn.graql.internal.reasoner.atom | |
| ai.grakn.graql.internal.reasoner.atom.binary | |
| ai.grakn.graql.internal.reasoner.query |
| Modifier and Type | Method and Description |
|---|---|
Set<TypeAtom> |
Atom.getMappedTypeConstraints() |
Set<TypeAtom> |
Atom.getTypeConstraints() |
Set<TypeAtom> |
Atom.getUnmappedTypeConstraints() |
| Modifier and Type | Class and Description |
|---|---|
class |
Relation
Atom implementation defining a relation atom.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TypeAtom> |
Resource.getMappedTypeConstraints() |
Set<TypeAtom> |
Relation.getMappedTypeConstraints() |
Set<TypeAtom> |
Relation.getUnmappedTypeConstraints() |
| Constructor and Description |
|---|
TypeAtom(TypeAtom a) |
| Modifier and Type | Method and Description |
|---|---|
Set<TypeAtom> |
ReasonerQueryImpl.getTypeConstraints() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
QueryAnswerStream.entityTypeFilter(Map<VarName,Concept> answer,
Set<TypeAtom> types) |
QueryAnswers |
QueryAnswers.filterByEntityTypes(Set<TypeAtom> types) |
QueryAnswers |
QueryAnswers.permute(Set<Map<VarName,VarName>> unifierSet,
Set<IdPredicate> subs,
Set<TypeAtom> types)
permute answer based on specified sets of permutations defined by unifiers
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.