Uses of Interface
gsim.sim.communication.AgentType

Packages that use AgentType
gsim.sim.communication   
 

Uses of AgentType in gsim.sim.communication
 

Methods in gsim.sim.communication with parameters of type AgentType
 void Messenger.addAgentToHandle(AgentType r)
           
abstract  void BroadcastProtocolRespond.onMessage(AgentType agent, Message m)
           
 void CommunicationProtocolRespond.setAgent(AgentType a)
           
 

Method parameters in gsim.sim.communication with type arguments of type AgentType
 void Messenger.setHandledAgents(java.util.List<AgentType> list)