Class: Roby::DRoby::V5::Queries::NotMatcherDumper::DRoby

Inherits:
Object
  • Object
show all
Defined in:
lib/roby/droby/v5/droby_dump.rb

Overview

An intermediate representation of NegateTaskMatcher objects suitable to be sent to our peers.

Instance Method Summary collapse

Constructor Details

#initialize(op) ⇒ DRoby

Returns a new instance of DRoby.



810
811
812
# File 'lib/roby/droby/v5/droby_dump.rb', line 810

def initialize(op)
    @op = op
end

Instance Method Details

#proxy(peer) ⇒ Object



814
815
816
# File 'lib/roby/droby/v5/droby_dump.rb', line 814

def proxy(peer)
    Roby::Queries::NotMatcher.new(peer.local_object(@op))
end