|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AgentParameter in massim.competition2006 |
---|
Methods in massim.competition2006 with parameters of type AgentParameter | |
---|---|
void |
GridSimulationAgent.setAgentParameter(AgentParameter agentpar)
|
Uses of AgentParameter in massim.competition2007 |
---|
Methods in massim.competition2007 with parameters of type AgentParameter | |
---|---|
void |
GridSimulationAgent.setAgentParameter(AgentParameter agentpar)
|
Uses of AgentParameter in massim.competition2008 |
---|
Methods in massim.competition2008 with parameters of type AgentParameter | |
---|---|
void |
GridSimulationAgent.setAgentParameter(AgentParameter agentpar)
|
Uses of AgentParameter in massim.competition2009 |
---|
Classes in massim.competition2009 that implement AgentParameter | |
---|---|
class |
GridSimulationAgentParameter
This class represents the AgentParameter. |
Methods in massim.competition2009 with parameters of type AgentParameter | |
---|---|
void |
GridSimulationAgent.setAgentParameter(AgentParameter agentpar)
|
Uses of AgentParameter in massim.competition2010 |
---|
Methods in massim.competition2010 with parameters of type AgentParameter | |
---|---|
void |
GridSimulationAgent.setAgentParameter(AgentParameter agentpar)
|
Uses of AgentParameter in massim.competition2011 |
---|
Methods in massim.competition2011 with parameters of type AgentParameter | |
---|---|
void |
GraphSimulationAgent.setAgentParameter(AgentParameter agentpar)
Configures the agent according to the AgentParameter as parsed from the configuration file. |
Uses of AgentParameter in massim.competition2012 |
---|
Classes in massim.competition2012 that implement AgentParameter | |
---|---|
class |
GraphSimulationAgentParameter
This class holds the agent-specific part of the simulation configuration (defined in the config file). |
Methods in massim.competition2012 with parameters of type AgentParameter | |
---|---|
void |
GraphSimulationAgent.setAgentParameter(AgentParameter agentpar)
Configures the agent according to the AgentParameter as parsed from the configuration file. |
Uses of AgentParameter in massim.framework |
---|
Subinterfaces of AgentParameter in massim.framework | |
---|---|
interface |
TeamAgentParameter
This interface should be implemented by all AgentParamter objects that intend to create an agent of one certain team. |
Methods in massim.framework with parameters of type AgentParameter | |
---|---|
java.util.concurrent.Future<SimulationAgent> |
DefaultAgentManager.concurrentCreateAgent(AgentParameter params)
|
java.util.concurrent.Future<SimulationAgent> |
AgentManager.concurrentCreateAgent(AgentParameter m)
This is the non-blocking version of createAgent. |
protected java.util.concurrent.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. |
Uses of AgentParameter in massim.framework.simulation |
---|
Fields in massim.framework.simulation declared as AgentParameter | |
---|---|
AgentParameter |
SimpleSimulationConfiguration.AgentConfiguration.agentParameter
|
Methods in massim.framework.simulation with parameters of type AgentParameter | |
---|---|
void |
AbstractSimulationAgent.setAgentParameter(AgentParameter agentpar)
|
void |
SimulationAgent.setAgentParameter(AgentParameter agentpar)
Set agent creation parameter. |
Uses of AgentParameter in massim.gridsimulations |
---|
Classes in massim.gridsimulations that implement AgentParameter | |
---|---|
class |
SimulationAgentParameter
This class represents the AgentParameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |