Modifier and Type | Method and Description |
---|---|
void |
GridSimulationAgent.setAgentParameter(AgentParameter agentpar) |
Modifier and Type | Method and Description |
---|---|
void |
GridSimulationAgent.setAgentParameter(AgentParameter agentpar) |
Modifier and Type | Method and Description |
---|---|
void |
GridSimulationAgent.setAgentParameter(AgentParameter agentpar) |
Modifier and Type | Class and Description |
---|---|
class |
GridSimulationAgentParameter
This class represents the AgentParameter.
|
Modifier and Type | Method and Description |
---|---|
void |
GridSimulationAgent.setAgentParameter(AgentParameter agentpar) |
Modifier and Type | Method and Description |
---|---|
void |
GridSimulationAgent.setAgentParameter(AgentParameter agentpar) |
Modifier and Type | Method and Description |
---|---|
void |
GraphSimulationAgent.setAgentParameter(AgentParameter agentpar)
Configures the agent according to the
AgentParameter as parsed from the configuration file. |
Modifier and Type | Class and Description |
---|---|
class |
GraphSimulationAgentParameter
This class holds the agent-specific part of the simulation configuration (defined in the config file).
|
Modifier and Type | Method and Description |
---|---|
void |
GraphSimulationAgent.setAgentParameter(AgentParameter agentpar)
Configures the agent according to the
AgentParameter as parsed from the configuration file. |
Modifier and Type | Method and Description |
---|---|
void |
GraphSimulationAgent.setAgentParameter(AgentParameter agentpar)
Configures the agent according to the
AgentParameter as parsed from the configuration file. |
Modifier and Type | Interface and Description |
---|---|
interface |
TeamAgentParameter
This interface should be implemented by all AgentParamter objects that intend to create an agent of one certain team.
|
Modifier and Type | Method and Description |
---|---|
Future<SimulationAgent> |
DefaultAgentManager.concurrentCreateAgent(AgentParameter params) |
Future<SimulationAgent> |
AgentManager.concurrentCreateAgent(AgentParameter m)
This is the non-blocking version of createAgent.
|
protected Future<SimulationAgent> |
DefaultSimulation.concurrentCreateAgent(AgentParameter parameter)
This method does the same as createAgent, but it won't block and return a Future
|
SimulationAgent |
AgentManager.createAgent(AgentParameter parameter)
Create an agent that fulfills criteria mentioned in parameter.
|
SimulationAgent |
AgentProviderAgentManager.createAgent(AgentParameter parameter) |
protected SimulationAgent |
DefaultSimulation.createAgent(AgentParameter parameter)
Create an agent, represented by an Agent object.
|
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) |
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.
|
Modifier and Type | Field and Description |
---|---|
AgentParameter |
SimpleSimulationConfiguration.AgentConfiguration.agentParameter |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSimulationAgent.setAgentParameter(AgentParameter agentpar) |
void |
SimulationAgent.setAgentParameter(AgentParameter agentpar)
Set agent creation parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
SimulationAgentParameter
This class represents the AgentParameter.
|
Copyright © 2013. All Rights Reserved.