Fawkes API Fawkes Development Version
|
Parse a PDDL domain file or problem. More...
#include <>>
Static Public Member Functions | |
static Domain | parseDomain (const std::string &pddl_domain) |
Parse the PDDL domain. More... | |
static Problem | parseProblem (const std::string &pddl_problem) |
Parse the PDDL problem. More... | |
Parse a PDDL domain file or problem.
This class parses a domain/problem into a structured representation of the domain, which can then be used by other components.
Definition at line 33 of file pddl_parser.h.
|
static |
Parse the PDDL domain.
pddl_domain | The PDDL domain as string (not a path) |
Definition at line 72 of file pddl_parser.cpp.
Referenced by fawkes::stn::Stn::set_pddl_domain().
|
static |
Parse the PDDL problem.
pddl_problem | The problem as string (not a path) |
Definition at line 115 of file pddl_parser.cpp.
Referenced by fawkes::stn::Stn::read_initial_state().