Class plan_step
Defined in File ptree.h
Inheritance Relationships
Base Type
public VAL::parse_category
(Class parse_category)
Class Documentation
-
class plan_step : public VAL::parse_category
Public Functions
-
inline plan_step(operator_symbol *o, const_symbol_list *p)
-
inline virtual ~plan_step()
-
virtual void display(int ind) const
-
virtual void write(ostream &o) const
-
virtual void visit(VisitController *v) const
Public Members
-
operator_symbol *op_sym
-
const_symbol_list *params
-
bool start_time_given
-
bool duration_given
-
double start_time
-
double duration
-
double originalDuration
-
inline plan_step(operator_symbol *o, const_symbol_list *p)