knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
knowrob::graph::builtins Namespace Reference

Variables

const AtomPtr bindFunctor = Atom::Tabled("bind")
 
const AtomPtr minFunctor = Atom::Tabled("min")
 
const AtomPtr maxFunctor = Atom::Tabled("max")
 
const AtomPtr lessFunctor = Atom::Tabled("less")
 
const AtomPtr lessOrEqualFunctor = Atom::Tabled("lessOrEqual")
 
const AtomPtr greaterFunctor = Atom::Tabled("greater")
 
const AtomPtr greaterOrEqualFunctor = Atom::Tabled("greaterOrEqual")
 
const AtomPtr equalFunctor = Atom::Tabled("equal")
 
const AtomPtr notEqualFunctor = Atom::Tabled("notEqual")
 

Variable Documentation

◆ bindFunctor

const AtomPtr knowrob::graph::builtins::bindFunctor = Atom::Tabled("bind")

The functor name of the "bind" builtin.

Definition at line 38 of file GraphBuiltin.h.

◆ equalFunctor

const AtomPtr knowrob::graph::builtins::equalFunctor = Atom::Tabled("equal")

The functor name of the "equal" builtin.

Definition at line 73 of file GraphBuiltin.h.

◆ greaterFunctor

const AtomPtr knowrob::graph::builtins::greaterFunctor = Atom::Tabled("greater")

The functor name of the "greater" builtin.

Definition at line 63 of file GraphBuiltin.h.

◆ greaterOrEqualFunctor

const AtomPtr knowrob::graph::builtins::greaterOrEqualFunctor = Atom::Tabled("greaterOrEqual")

The functor name of the "greaterOrEqual" builtin.

Definition at line 68 of file GraphBuiltin.h.

◆ lessFunctor

const AtomPtr knowrob::graph::builtins::lessFunctor = Atom::Tabled("less")

The functor name of the "less" builtin.

Definition at line 53 of file GraphBuiltin.h.

◆ lessOrEqualFunctor

const AtomPtr knowrob::graph::builtins::lessOrEqualFunctor = Atom::Tabled("lessOrEqual")

The functor name of the "lessOrEqual" builtin.

Definition at line 58 of file GraphBuiltin.h.

◆ maxFunctor

const AtomPtr knowrob::graph::builtins::maxFunctor = Atom::Tabled("max")

The functor name of the "max" builtin.

Definition at line 48 of file GraphBuiltin.h.

◆ minFunctor

const AtomPtr knowrob::graph::builtins::minFunctor = Atom::Tabled("min")

The functor name of the "min" builtin.

Definition at line 43 of file GraphBuiltin.h.

◆ notEqualFunctor

const AtomPtr knowrob::graph::builtins::notEqualFunctor = Atom::Tabled("notEqual")

The functor name of the "notEqual" builtin.

Definition at line 78 of file GraphBuiltin.h.