public class PropertyMapper extends Object
Class providing mappings of graql properties to reasoner atoms.
| Constructor and Description |
|---|
PropertyMapper() |
| Modifier and Type | Method and Description |
|---|---|
static Atomic |
map(VarProperty prop,
VarAdmin var,
Set<VarAdmin> vars,
Query parent,
GraknGraph graph)
map graql property to a set of reasoner atoms
|
public static Atomic map(VarProperty prop, VarAdmin var, Set<VarAdmin> vars, Query parent, GraknGraph graph)
prop - graql property to be mappedvar - variable the property is contained invars - set of variables contained in the top level conjunctionparent - query the atoms should belong tograph - of interestCopyright © 2017 Grakn Labs Ltd. All rights reserved.