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

APT.all-test.Mummy.mummy-monitor.soar Maven / Gradle / Ivy

sp {monitor-explore-move
(state  ^operator )
( ^name move__dir_
     ^p1 )
-->
(write (crlf) |Explorer move: | )}

sp {monitor-mummy-move
(state  ^elaborations )
( ^doesprime.p2 )
( ^name move2 ^p1  ^p2 )
-->
(write (crlf) |Mummy move:    |  |, | )}

sp {monitor-explorer-location
(state  ^gs.location )
( ^p1 explorer ^p2  ^p3 )
--> 
(write (crlf)  | Explorer: |  |, | )}

sp {monitor-mummy-location
(state  ^gs.location )
( ^p1 mummy ^p2  ^p3 )
--> 
(write (crlf)  | Mummy:    |  |, | )}


sp {monitor-exit-location
(state  ^gs.location 
            ^superstate nil)
( ^p1 exit ^p2  ^p3 )
--> 
(write (crlf)  | Exit:    |  |, | )}


 
sp {monitor-eaten
(state  ^elaborations.eaten) 
--> 
(write (crlf)  | Eaten!|)}

sp {monitor-atexit
(state  ^elaborations.atexit) 
--> 
(write (crlf)  | At Exit!|)}

sp {monitor-laststep
(state  ^elaborations.laststep)
--> 
(write (crlf)  | Laststep!|)}