|
Fawkes API Fawkes Development Version
|
A PDDL Expression. More...
#include <pddl_ast.h>
Public Attributes | |
| ExpressionType | type |
| The type of the expression, determined at parsing time. More... | |
| expression_t | expression |
| The expression formula. More... | |
A PDDL Expression.
Definition at line 77 of file pddl_ast.h.
| expression_t pddl_parser::Expression::expression |
The expression formula.
Definition at line 82 of file pddl_ast.h.
Referenced by pddl_parser::ActionSemantics::check_action_condition(), EffectToCLIPSFactVisitor::operator()(), PreconditionToCLIPSFactVisitor::operator()(), and fawkes::stn::Stn::read_initial_state().
| ExpressionType pddl_parser::Expression::type |
The type of the expression, determined at parsing time.
Definition at line 80 of file pddl_ast.h.
Referenced by pddl_parser::ActionSemantics::check_action_condition().