Class: Roby::Schedulers::Global::RelaxState
- Defined in:
- lib/roby/schedulers/global.rb
Instance Attribute Summary collapse
-
#non_executable ⇒ Object
Returns the value of attribute non_executable.
-
#relaxed ⇒ Object
Returns the value of attribute relaxed.
-
#temporal ⇒ Object
Returns the value of attribute temporal.
Instance Attribute Details
#non_executable ⇒ Object
Returns the value of attribute non_executable
893 894 895 |
# File 'lib/roby/schedulers/global.rb', line 893 def non_executable @non_executable end |
#relaxed ⇒ Object
Returns the value of attribute relaxed
893 894 895 |
# File 'lib/roby/schedulers/global.rb', line 893 def relaxed @relaxed end |
#temporal ⇒ Object
Returns the value of attribute temporal
893 894 895 |
# File 'lib/roby/schedulers/global.rb', line 893 def temporal @temporal end |