class Roby::TemplatePlan
A plan that is used as a template to inject in other plans
Public Instance Methods
executable?()
click to toggle source
# File lib/roby/template_plan.rb, line 5 def executable?; false end
template?()
click to toggle source
# File lib/roby/template_plan.rb, line 4 def template?; true end