Message-In-Stack Action

From AgentCubes
Revision as of 22:38, 4 April 2012 by imported>Mike (Created page with "150px {| width="100%" cellspacing="0" cellpadding="10" border="0" |- | width="80" valign="top" align="left" | '''Definition:''' | width="100%" valign...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

150px

Definition: The delayed-message action will trigger a message in this agent after a specified amount of time. Note that it is not possible to send delayed messages to other agents. 
Parameters: method, time
Example 1:

Move after 2 second: This agent has two methods delayed_move and move, when it receives a delayed_move message it will wait 2 second then call its own move method which will move it randomly.  

Delayed-message2.png