class Roby::Relations::TaskRelationGraph

Subclass of Relations::Space for tasks.

It adds attributes that are specific to tasks

Public Class Methods

new(scheduling: self.class.scheduling?, **options) click to toggle source
Calls superclass method Roby::Relations::Graph::new
# File lib/roby/relations/task_relation_graph.rb, line 13
def initialize(scheduling: self.class.scheduling?, **options)
    super(**options)
    @scheduling = scheduling
end