Class: Roby::EventConstraints::UnboundTaskPredicate::CompiledPredicate

Inherits:
Object
  • Object
show all
Defined in:
lib/roby/event_constraints.rb

Overview

See #compile.

Objects of this class hold the compiled predicate used for evaluation

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#readyObject

Returns the value of attribute ready.



248
249
250
# File 'lib/roby/event_constraints.rb', line 248

def ready
  @ready
end

Instance Method Details

#marshal_dumpObject



244
# File 'lib/roby/event_constraints.rb', line 244

def marshal_dump; end

#marshal_load(_obj) ⇒ Object



246
# File 'lib/roby/event_constraints.rb', line 246

def marshal_load(_obj); end