Package | Description |
---|---|
massim.framework | |
massim.framework.connection | |
massim.server |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
ArrayAgentProvider(UniqueSimulationAgent[] agents) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
UniqueSimulationAgent[] |
ServerSimulationAgents.agents |
Copyright © 2013. All Rights Reserved.