Fawkes API  Fawkes Development Version
pddl_parser::Function Class Reference

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...
 

Detailed Description

A structured representation of a PDDL function.

Definition at line 121 of file pddl_ast.h.

Member Data Documentation

◆ name

std::string pddl_parser::Function::name

The name of the function.

Definition at line 124 of file pddl_ast.h.

◆ object_params

string_pairs_type pddl_parser::Function::object_params

A typed list of function parameters.

Definition at line 126 of file pddl_ast.h.


The documentation for this class was generated from the following file: