teamSpace.agent
Class CheckTeamSpaceRequestsBehaviour

java.lang.Object
  extended byOneShotBehaviour
      extended byteamSpace.agent.CheckTeamSpaceRequestsBehaviour

public class CheckTeamSpaceRequestsBehaviour
extends OneShotBehaviour

This class checks incoming request-messages, and add a parallel beahaviour where the requests are handled in parallel.

See Also:
Serialized Form

Constructor Summary
CheckTeamSpaceRequestsBehaviour(Agent agent)
          The constructor.
 
Method Summary
 void action()
          In this method the parallel behaviour is added.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckTeamSpaceRequestsBehaviour

public CheckTeamSpaceRequestsBehaviour(Agent agent)
The constructor.

Parameters:
agent - The owner of this behaviour.
Method Detail

action

public void action()
In this method the parallel behaviour is added.