pddl_planner
Public Member Functions | Public Attributes | List of all members
pddl_planner::Plan Struct Reference

#include <PDDLPlannerTypes.hpp>

Public Member Functions

void addAction (const Action &action)
 
std::string toString () const
 

Public Attributes

std::vector< Actionaction_sequence
 

Member Function Documentation

void pddl_planner::Plan::addAction ( const Action action)

Add an action to the plan

Parameters
actionAction
std::string pddl_planner::Plan::toString ( ) const

Create string representation of class

Returns
string representation

Member Data Documentation

std::vector<Action> pddl_planner::Plan::action_sequence

The documentation for this struct was generated from the following files: