Class: Roby::OrTaskMatcher::DRoby
- Inherits:
-
TaskMatcher::DRoby
- Object
- TaskMatcher::DRoby
- Roby::OrTaskMatcher::DRoby
- Defined in:
- lib/roby/distributed/protocol.rb
Overview
An intermediate representation of OrTaskMatcher objects suitable to be sent to our peers.
Instance Attribute Summary
Attributes inherited from TaskMatcher::DRoby
Class Method Summary collapse
-
._load(str) ⇒ Object
:nodoc:.
Methods inherited from TaskMatcher::DRoby
#_dump, #initialize, setup_matcher
Constructor Details
This class inherits a constructor from Roby::TaskMatcher::DRoby
Class Method Details
._load(str) ⇒ Object
:nodoc:
203 204 205 206 207 |
# File 'lib/roby/distributed/protocol.rb', line 203 def self._load(str) # :nodoc: args = Marshal.load(str) ops = args.pop setup_matcher(OrTaskMatcher.new(*ops), args) end |