public class UT2004BotDescriptor<PARAMS extends IRemoteAgentParameters> extends AgentDescriptor<PARAMS,UT2004BotModule>
| Constructor and Description |
|---|
UT2004BotDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
UT2004BotDescriptor<PARAMS> |
addParams(PARAMS... params) |
UT2004BotDescriptor<PARAMS> |
setAgentModule(UT2004BotModule module) |
UT2004BotDescriptor<PARAMS> |
setAgentParameters(PARAMS[] params) |
UT2004BotDescriptor<PARAMS> |
setController(Class<? extends IUT2004BotController> controllerClass) |
UT2004BotDescriptor<PARAMS> |
setCount(int count) |
getAgentModule, getAgentParameters, getCountpublic UT2004BotDescriptor<PARAMS> setController(Class<? extends IUT2004BotController> controllerClass)
public UT2004BotDescriptor<PARAMS> setAgentModule(UT2004BotModule module)
setAgentModule in class AgentDescriptor<PARAMS extends IRemoteAgentParameters,UT2004BotModule>public UT2004BotDescriptor<PARAMS> setAgentParameters(PARAMS[] params)
setAgentParameters in class AgentDescriptor<PARAMS extends IRemoteAgentParameters,UT2004BotModule>public UT2004BotDescriptor<PARAMS> addParams(PARAMS... params)
addParams in class AgentDescriptor<PARAMS extends IRemoteAgentParameters,UT2004BotModule>public UT2004BotDescriptor<PARAMS> setCount(int count)
setCount in class AgentDescriptor<PARAMS extends IRemoteAgentParameters,UT2004BotModule>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.