Method: Roby::Queries::TaskMatcher#not_mission
- Defined in:
- lib/roby/queries/task_matcher.rb
#not_mission ⇒ Object
Matches if the task is not a mission
386 387 388 |
# File 'lib/roby/queries/task_matcher.rb', line 386 def not_mission add_neg_plan_predicate :mission_task? end |