A parameter is an object in pddl e.g. block1 of type Block. More...
#include <pddlModuleTypes.h>
Public Member Functions | |
Parameter (string n, string t, string v="") | |
Public Attributes | |
string | name |
?client (w/o '?') | |
string | type |
movable | |
string | value |
block1 |
A parameter is an object in pddl e.g. block1 of type Block.
Definition at line 49 of file pddlModuleTypes.h.
modules::Parameter::Parameter | ( | string | n, |
string | t, | ||
string | v = "" |
||
) | [inline] |
Definition at line 51 of file pddlModuleTypes.h.
string modules::Parameter::name |
?client (w/o '?')
Definition at line 59 of file pddlModuleTypes.h.
string modules::Parameter::type |
movable
Definition at line 60 of file pddlModuleTypes.h.
string modules::Parameter::value |
block1
Definition at line 61 of file pddlModuleTypes.h.