cz.cuni.amis.pogamut.ut2004.agent.utils
Class UT2004BotDescriptor<PARAMS extends IRemoteAgentParameters>

Package class diagram package UT2004BotDescriptor
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentDescriptor<PARAMS,UT2004BotModule>
      extended by cz.cuni.amis.pogamut.ut2004.agent.utils.UT2004BotDescriptor<PARAMS>
All Implemented Interfaces:
IAgentDescriptor<PARAMS,UT2004BotModule>

public class UT2004BotDescriptor<PARAMS extends IRemoteAgentParameters>
extends AgentDescriptor<PARAMS,UT2004BotModule>


Constructor Summary
UT2004BotDescriptor()
           
 
Method Summary
 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)
           
 
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

UT2004BotDescriptor

public UT2004BotDescriptor()
Method Detail

setController

public UT2004BotDescriptor<PARAMS> setController(Class<? extends IUT2004BotController> controllerClass)

setAgentModule

public UT2004BotDescriptor<PARAMS> setAgentModule(UT2004BotModule module)
Overrides:
setAgentModule in class AgentDescriptor<PARAMS extends IRemoteAgentParameters,UT2004BotModule>

setAgentParameters

public UT2004BotDescriptor<PARAMS> setAgentParameters(PARAMS[] params)
Overrides:
setAgentParameters in class AgentDescriptor<PARAMS extends IRemoteAgentParameters,UT2004BotModule>

addParams

public UT2004BotDescriptor<PARAMS> addParams(PARAMS... params)
Overrides:
addParams in class AgentDescriptor<PARAMS extends IRemoteAgentParameters,UT2004BotModule>

setCount

public UT2004BotDescriptor<PARAMS> setCount(int count)
Overrides:
setCount in class AgentDescriptor<PARAMS extends IRemoteAgentParameters,UT2004BotModule>


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.