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

APT.all-test.HauntBot.object.use-tool.elaborations.soar Maven / Gradle / Ivy

# determine if agent is carrying the specified tool
sp {use-tool*elaborate*has-tool
   (state  ^type use-tool
              ^tool.name 
              ^top-state.status.decoration.name )
-->
   ( ^has-tool yes)
}

# copy down tool and lock info
sp {use-tool*elaborate*copy*info
   (state  ^type use-tool
              ^superstate.operator )
   ( ^target 
        ^tool )
-->
   ( ^target 
        ^tool )
}