All Downloads are FREE. Search and download functionalities are using the official Maven repository.

APT.all-test.Pyramid.instruct.execute-solve-procedure.execute-step.slot-done.soar Maven / Gradle / Ivy


sp {execute-step*propose*slot-done
   (state  ^name execute-step
             -^alternate-action
              ^current-problem )
   ( ^current-step.action 
         ^
        -^completed-action )
   ( ^command set
        ^variable )
-->
   ( ^operator  + = >)
   ( ^name slot-done
         ^action )
}

sp {execute-step*apply*slot-done
   (state   ^operator 
               ^current-problem )
   ( ^name slot-done
         ^action )
   ( ^command set
        ^variable )
-->
   ( ^ 
         ^completed-action )
}