module Roby::TaskStructure::Conflicts::Extension
Public Instance Methods
conflicts_with(task)
click to toggle source
# File lib/roby/task_structure/conflicts.rb, line 7 def conflicts_with(task) # task.event(:stop).add_precedence event(:start) add_conflicts(task) end