Message-In-Stack Action

From AgentCubes
Revision as of 21:27, 5 April 2012 by imported>Mike
Jump to navigation Jump to search

150px 150px

Definition: The message in stack action will trigger a message in other agents in this agent's stack.  Note that this agent will not receive the message from message in stack.
Parameters: method, agents_in_stack: The method parameter specifies which method needs to be called.  The agents_in_stack parameter specifies which other agents in this agent's stack should receive the spcified message. 
Example: Composite Agents: Image you wanted to create a tank that was a combination of a base agent for the wheels of the tank and a turret agent which would go on top.  When moving the tank we could have the movement be syncrhonzied by using the transport action but in order to cause the turret to rotate with the base of the tank we could use the Message In Stack