| Package | Description |
|---|---|
| ai.grakn.graql.internal.reasoner.atom | |
| ai.grakn.graql.internal.reasoner.atom.binary | |
| ai.grakn.graql.internal.reasoner.query | |
| ai.grakn.graql.internal.reasoner.rule |
| Modifier and Type | Method and Description |
|---|---|
Atom |
Atom.rewriteToUserDefined()
rewrites the atom to one with user defined name
|
| Modifier and Type | Method and Description |
|---|---|
javafx.util.Pair<Atom,Unifier> |
Atom.rewriteToUserDefinedWithUnifiers()
rewrites the atom to one with user defined name, need unifiers for cases when we have variable clashes
between the relation variable and relation players
|
| Modifier and Type | Method and Description |
|---|---|
Set<Unifier> |
Atom.getPermutationUnifiers(Atom headAtom) |
| Constructor and Description |
|---|
Atom(Atom a) |
| Modifier and Type | Class and Description |
|---|---|
class |
Binary
Base implementation for binary atoms with single predicate.
|
class |
BinaryBase
Base implementation for binary atoms of the type ($varName, $valueVariable), where value variable
references predicates.
|
class |
MultiPredicateBinary
Base implementation for binary atoms with multiple predicate.
|
class |
Relation
Atom implementation defining a relation atom.
|
class |
Resource
Atom implementation defining a resource atom.
|
class |
TypeAtom
Atom implementation defining type atoms of the type $varName {isa|sub|plays|has|has-scope} $valueVariable)
|
| Modifier and Type | Method and Description |
|---|---|
Atom |
Relation.rewriteToUserDefined() |
| Modifier and Type | Method and Description |
|---|---|
Set<Atom> |
BinaryBase.getLinkedAtoms() |
javafx.util.Pair<Atom,Unifier> |
Relation.rewriteToUserDefinedWithUnifiers()
rewrites the atom to one with user defined name, need unifiers for cases when we have variable clashes
between the relation variable and relation players
|
| Modifier and Type | Method and Description |
|---|---|
Set<Unifier> |
Relation.getPermutationUnifiers(Atom headAtom) |
| Modifier and Type | Method and Description |
|---|---|
Atom |
ReasonerQueryImpl.findNextJoinable(Atom atom) |
Atom |
ReasonerAtomicQuery.getAtom() |
| Modifier and Type | Method and Description |
|---|---|
Set<Atom> |
ReasonerQueryImpl.selectAtoms()
atom selection function
|
Set<Atom> |
ReasonerAtomicQuery.selectAtoms() |
| Modifier and Type | Method and Description |
|---|---|
Atom |
ReasonerQueryImpl.findNextJoinable(Atom atom) |
| Constructor and Description |
|---|
ReasonerAtomicQuery(Atom at) |
ReasonerQueryImpl(Atom atom) |
| Modifier and Type | Method and Description |
|---|---|
Atom |
InferenceRule.getRuleConclusionAtom() |
| Modifier and Type | Method and Description |
|---|---|
InferenceRule |
InferenceRule.propagateConstraints(Atom parentAtom) |
InferenceRule |
InferenceRule.unify(Atom parentAtom)
make rule consistent variable-wise with the parent atom by means of unification
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.