|
Fawkes API Fawkes Development Version
|
A structured representation of a PDDL function. More...
#include <pddl_ast.h>
Public Attributes | |
| std::string | name |
| The name of the function. More... | |
| string_pairs_type | object_params |
| A typed list of function parameters. More... | |
A structured representation of a PDDL function.
Definition at line 121 of file pddl_ast.h.
| std::string pddl_parser::Function::name |
The name of the function.
Definition at line 124 of file pddl_ast.h.
| string_pairs_type pddl_parser::Function::object_params |
A typed list of function parameters.
Definition at line 126 of file pddl_ast.h.