|
pddl_planner
|
#include <string>#include <map>#include <vector>#include <stdint.h>#include <limits>#include <stdexcept>#include <cstdarg>#include <stack>Go to the source code of this file.
Classes | |
| class | pddl_planner::representation::TypedItem |
| A tuple representation providing a name/label and a type. More... | |
| class | pddl_planner::representation::VariableManager |
| Manage variable, i.e. for PDDL description these variables start with a quotation mark. More... | |
| struct | pddl_planner::representation::Predicate |
| Representation of a predicate. More... | |
| class | pddl_planner::representation::Arity |
| Arity represents the arity of operations allowing to define exact, minimum and maximum arity. More... | |
| class | pddl_planner::representation::ArityValidator |
| Class to validate usage of operations against argument requirements. More... | |
| class | pddl_planner::representation::Expression |
| Representation of (LISP) expressions. More... | |
| struct | pddl_planner::representation::Action |
| struct | pddl_planner::representation::Domain |
| An internal representation of a PDDL domain description. More... | |
Namespaces | |
| pddl_planner | |
| pddl_planner::representation | |
Enumerations | |
| enum | pddl_planner::representation::Quantor { pddl_planner::representation::UNKNOWN_QUANTOR, pddl_planner::representation::FORALL, pddl_planner::representation::EXISTS } |
1.8.11