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

#include <PDDLPlannerTypes.hpp>

Public Member Functions

void addPlan (const Plan &plan)
 
std::string toString () const
 

Public Attributes

std::vector< Planplans
 

Member Function Documentation

void pddl_planner::PlanCandidates::addPlan ( const Plan plan)

Add a plan to the list of plan candidates

Parameters
planPlan candidate
std::string pddl_planner::PlanCandidates::toString ( ) const

Create string representation of class

Returns
string representation

Member Data Documentation

std::vector<Plan> pddl_planner::PlanCandidates::plans

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