Class: Roby::Schedulers::Global::RelaxState

Inherits:
Struct
  • Object
show all
Defined in:
lib/roby/schedulers/global.rb

Instance Attribute Summary collapse

Instance Attribute Details

#non_executableObject

Returns the value of attribute non_executable

Returns:

  • (Object)

    the current value of non_executable



893
894
895
# File 'lib/roby/schedulers/global.rb', line 893

def non_executable
  @non_executable
end

#relaxedObject

Returns the value of attribute relaxed

Returns:

  • (Object)

    the current value of relaxed



893
894
895
# File 'lib/roby/schedulers/global.rb', line 893

def relaxed
  @relaxed
end

#temporalObject

Returns the value of attribute temporal

Returns:

  • (Object)

    the current value of temporal



893
894
895
# File 'lib/roby/schedulers/global.rb', line 893

def temporal
  @temporal
end