cz.cuni.amis.pogamut.ut2004.examples.botobserver
Class BotObserverParams

Package class diagram package BotObserverParams
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.agent.params.impl.AgentParameters
      extended by cz.cuni.amis.pogamut.base.agent.params.impl.RemoteAgentParameters
          extended by cz.cuni.amis.pogamut.ut2004.agent.params.UT2004AgentParameters
              extended by cz.cuni.amis.pogamut.ut2004.examples.botobserver.BotObserverParams
All Implemented Interfaces:
cz.cuni.amis.pogamut.base.agent.params.IAgentParameters, cz.cuni.amis.pogamut.base.agent.params.IRemoteAgentParameters

public class BotObserverParams
extends UT2004AgentParameters


Constructor Summary
BotObserverParams()
           
 
Method Summary
 String getBotNameToObserve()
           
 BotObserverParams setBotNameToObserve(String botNameToObserve)
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.agent.params.UT2004AgentParameters
setAgentId, setWorldAddress
 
Methods inherited from class cz.cuni.amis.pogamut.base.agent.params.impl.RemoteAgentParameters
assignDefaults, getWorldAddress
 
Methods inherited from class cz.cuni.amis.pogamut.base.agent.params.impl.AgentParameters
getAgentId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.params.IAgentParameters
getAgentId
 

Constructor Detail

BotObserverParams

public BotObserverParams()
Method Detail

getBotNameToObserve

public String getBotNameToObserve()

setBotNameToObserve

public BotObserverParams setBotNameToObserve(String botNameToObserve)


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