class Roby::DRoby::V5::Queries::NotMatcherDumper::DRoby

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

Public Class Methods

new(op) click to toggle source
# File lib/roby/droby/v5/droby_dump.rb, line 815
def initialize(op)
    @op = op
end

Public Instance Methods

proxy(peer) click to toggle source
# File lib/roby/droby/v5/droby_dump.rb, line 818
def proxy(peer)
    Roby::Queries::NotMatcher.new(peer.local_object(@op))
end