|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentDescriptor<PARAMS,UT2004BotModule> cz.cuni.amis.pogamut.ut2004.agent.utils.UT2004BotDescriptor<PARAMS>
public class UT2004BotDescriptor<PARAMS extends IRemoteAgentParameters>
Constructor Summary | |
---|---|
UT2004BotDescriptor()
|
Method Summary | |
---|---|
UT2004BotDescriptor<PARAMS> |
addParams(PARAMS... params)
Adds parameters for another agents. |
UT2004BotDescriptor<PARAMS> |
setAgentModule(UT2004BotModule module)
Sets agent module to be used for the instantiation of the agent. |
UT2004BotDescriptor<PARAMS> |
setAgentParameters(PARAMS[] params)
Clears all the params stored within AgentDescriptor and assigns 'params'. |
UT2004BotDescriptor<PARAMS> |
setController(java.lang.Class<? extends IUT2004BotController> controllerClass)
|
UT2004BotDescriptor<PARAMS> |
setCount(int count)
Set number of agents to be instantiated. |
Methods inherited from class cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentDescriptor |
---|
getAgentModule, getAgentParameters, getCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UT2004BotDescriptor()
Method Detail |
---|
public UT2004BotDescriptor<PARAMS> setController(java.lang.Class<? extends IUT2004BotController> controllerClass)
public UT2004BotDescriptor<PARAMS> setAgentModule(UT2004BotModule module)
AgentDescriptor
For more info see IAgentDescriptor.getAgentModule()
.
setAgentModule
in class AgentDescriptor<PARAMS extends IRemoteAgentParameters,UT2004BotModule>
public UT2004BotDescriptor<PARAMS> setAgentParameters(PARAMS[] params)
AgentDescriptor
AgentDescriptor
and assigns 'params'.
For more info see IAgentDescriptor.getAgentParameters()
.
setAgentParameters
in class AgentDescriptor<PARAMS extends IRemoteAgentParameters,UT2004BotModule>
public UT2004BotDescriptor<PARAMS> addParams(PARAMS... params)
AgentDescriptor
AgentDescriptor.setCount(int)
.
For more info see IAgentDescriptor.getAgentParameters()
.
addParams
in class AgentDescriptor<PARAMS extends IRemoteAgentParameters,UT2004BotModule>
public UT2004BotDescriptor<PARAMS> setCount(int count)
AgentDescriptor
For more info see IAgentDescriptor.getCount()
.
setCount
in class AgentDescriptor<PARAMS extends IRemoteAgentParameters,UT2004BotModule>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |