Method: Roby::Queries::TaskMatcher#not_permanent

Defined in:
lib/roby/queries/task_matcher.rb

#not_permanentObject

Matches if the task is not permanent



398
399
400
# File 'lib/roby/queries/task_matcher.rb', line 398

def not_permanent
    add_neg_plan_predicate :permanent_task?
end