|
knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <QueryTree.h>

Public Member Functions | |
| Node (Node *parent, FormulaPtr formula, bool isNegated) | |
| int | priority () const |
| Node (Node *parent, FormulaPtr formula, bool isNegated) | |
| int | priority () const |
Public Attributes | |
| Node * | parent |
| const FormulaPtr | formula |
| bool | isNegated |
| bool | isOpen |
| std::list< Node * > | successors |
A node in a QueryTree.
Definition at line 55 of file QueryTree.h.
| QueryTree::Node::Node | ( | Node * | parent, |
| FormulaPtr | formula, | ||
| bool | isNegated | ||
| ) |
Definition at line 37 of file QueryTree.cpp.
| knowrob::QueryTree::Node::Node | ( | Node * | parent, |
| FormulaPtr | formula, | ||
| bool | isNegated | ||
| ) |
| int QueryTree::Node::priority | ( | ) | const |
Definition at line 44 of file QueryTree.cpp.
| int knowrob::QueryTree::Node::priority | ( | ) | const |
| const FormulaPtr knowrob::QueryTree::Node::formula |
Definition at line 60 of file QueryTree.h.
| bool knowrob::QueryTree::Node::isNegated |
Definition at line 61 of file QueryTree.h.
| bool knowrob::QueryTree::Node::isOpen |
Definition at line 62 of file QueryTree.h.
| Node * knowrob::QueryTree::Node::parent |
Definition at line 59 of file QueryTree.h.
| std::list< Node * > knowrob::QueryTree::Node::successors |
Definition at line 63 of file QueryTree.h.