Uses of Interface
massim.framework.UniqueSimulationAgent

Packages that use UniqueSimulationAgent
massim.framework   
massim.framework.connection   
massim.server   
 

Uses of UniqueSimulationAgent in massim.framework
 

Methods in massim.framework that return UniqueSimulationAgent
 UniqueSimulationAgent[] ArrayAgentProvider.getAgents(AgentParameter agentparameter)
           
 UniqueSimulationAgent[] AgentProvider.getAgents(AgentParameter agentparameter)
          Retrieve a list of available agents, fulfilling requirements as mentioned in agentparameter;
 UniqueSimulationAgent[] AbstractAgentFilter.getAgents(AgentParameter p)
           
 

Methods in massim.framework with parameters of type UniqueSimulationAgent
 void ArrayAgentProvider.allocateAgent(UniqueSimulationAgent agent)
           
 void AgentProvider.allocateAgent(UniqueSimulationAgent agent)
          Allocate an agent.
 void AbstractAgentFilter.allocateAgent(UniqueSimulationAgent agent)
          Allocates an agent.
 void ArrayAgentProvider.freeAgent(UniqueSimulationAgent agent)
           
 void AgentProvider.freeAgent(UniqueSimulationAgent agent)
          Free an agent
 void AbstractAgentFilter.freeAgent(UniqueSimulationAgent agent)
           
 boolean TeamAgentFilter.isSuitable(UniqueSimulationAgent a, AgentParameter p)
           
protected abstract  boolean AbstractAgentFilter.isSuitable(UniqueSimulationAgent a, AgentParameter p)
          This method determines if an agent suits the requirements found in agent parameters p.
 void ArrayAgentProvider.setAgents(UniqueSimulationAgent[] agents)
           
 

Constructors in massim.framework with parameters of type UniqueSimulationAgent
ArrayAgentProvider(UniqueSimulationAgent[] agents)
           
 

Uses of UniqueSimulationAgent in massim.framework.connection
 

Classes in massim.framework.connection that implement UniqueSimulationAgent
 class XMLSocketSimulationAgent
          This class manages the communication to an agent, offering methods that will make it possible to treat instances of this object as a simulation agent.
 

Uses of UniqueSimulationAgent in massim.server
 

Fields in massim.server declared as UniqueSimulationAgent
 UniqueSimulationAgent[] ServerSimulationAgents.agents
           
 



Copyright © 2011. All Rights Reserved.