Method: Planner::Operator#apply
- Defined in:
 - lib/sfpagent/sfplanner.rb
 
#apply(state) ⇒ Object
      175 176 177  | 
    
      # File 'lib/sfpagent/sfplanner.rb', line 175 def apply(state) @postconditions.each { |var,post| state[var.sym] = post } end  |