| Package | Description |
|---|---|
| ai.grakn.graql.internal.reasoner.atom.binary | |
| ai.grakn.graql.internal.reasoner.atom.predicate | |
| ai.grakn.graql.internal.reasoner.utils |
| Modifier and Type | Method and Description |
|---|---|
Set<ValuePredicate> |
ResourceAtom.getMultiPredicate() |
| Constructor and Description |
|---|
ResourceAtom(VarPatternAdmin pattern,
Var attributeVar,
Var relationVariable,
IdPredicate idPred,
Set<ValuePredicate> ps,
ReasonerQuery par) |
| Modifier and Type | Method and Description |
|---|---|
Set<ValuePredicate> |
ValuePredicate.unify(Unifier u) |
| Modifier and Type | Method and Description |
|---|---|
static Set<ValuePredicate> |
ReasonerUtils.getValuePredicates(Var valueVariable,
VarPatternAdmin valueVar,
Set<VarPatternAdmin> vars,
ReasonerQuery parent)
looks for appropriate var properties with a specified name among the vars and maps them to ValuePredicates,
covers both the case when variable is and isn't user defined
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.