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

APT.all-test.HauntBot.communication.elaborations.soar Maven / Gradle / Ivy

echo "\nLoading communication\elaborations"

##
# debugging rule to prefer speaking over getting food
#

sp {communication*select*prefer-speak-over-food
   (state  ^name haunt
              ^operator  +
              ^operator  +)
   ( ^name speak)
   ( ^name eat)
-->
   ( ^operator  > )
}