cz.cuni.amis.pogamut.udk.agent.utils
Class UDKBotDescriptor<PARAMS extends IRemoteAgentParameters>

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

public class UDKBotDescriptor<PARAMS extends IRemoteAgentParameters>
extends AgentDescriptor<PARAMS,UDKBotModule>


Constructor Summary
UDKBotDescriptor()
           
 
Method Summary
 UDKBotDescriptor<PARAMS> addParams(PARAMS... params)
           
 UDKBotDescriptor<PARAMS> setAgentModule(UDKBotModule module)
           
 UDKBotDescriptor<PARAMS> setAgentParameters(PARAMS[] params)
           
 UDKBotDescriptor<PARAMS> setController(Class<? extends IUDKBotController> controllerClass)
           
 UDKBotDescriptor<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

UDKBotDescriptor

public UDKBotDescriptor()
Method Detail

setController

public UDKBotDescriptor<PARAMS> setController(Class<? extends IUDKBotController> controllerClass)

setAgentModule

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

setAgentParameters

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

addParams

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

setCount

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


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