nl.tudelft.goal.ut2004.visualizer.connection
Class AddBotCommand

Package class diagram package AddBotCommand
java.lang.Object
  extended by nl.tudelft.goal.ut2004.visualizer.connection.AddBotCommand
All Implemented Interfaces:
Serializable

public final class AddBotCommand
extends Object
implements Serializable

Command to add bots to the game. Supports the relevant options from AddBotCommand. AddBotCommand is not used directly because it is not serializable.

Author:
mpkorstanje
See Also:
Serialized Form

Constructor Summary
AddBotCommand()
           
 
Method Summary
 String getBotName()
           
 cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocation()
           
 Level getLogLevel()
           
 cz.cuni.amis.pogamut.base3d.worldview.object.Rotation getRotation()
           
 Boolean getShouldLeadTarget()
           
 Integer getSkill()
           
 nl.tudelft.goal.ut2004.util.Skin getSkin()
           
 nl.tudelft.goal.ut2004.util.Team getTeam()
           
 void setBotName(String botName)
           
 void setLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location location)
           
 void setLogLevel(Level logLevel)
           
 void setRotation(cz.cuni.amis.pogamut.base3d.worldview.object.Rotation rotation)
           
 void setShouldLeadTarget(Boolean shouldLeadTarget)
           
 void setSkill(Integer skill)
           
 void setSkin(nl.tudelft.goal.ut2004.util.Skin skin)
           
 void setTeam(nl.tudelft.goal.ut2004.util.Team team)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddBotCommand

public AddBotCommand()
Method Detail

getBotName

public String getBotName()

setBotName

public void setBotName(String botName)

getLogLevel

public Level getLogLevel()

setLogLevel

public void setLogLevel(Level logLevel)

getShouldLeadTarget

public Boolean getShouldLeadTarget()

setShouldLeadTarget

public void setShouldLeadTarget(Boolean shouldLeadTarget)

getRotation

public cz.cuni.amis.pogamut.base3d.worldview.object.Rotation getRotation()

setRotation

public void setRotation(cz.cuni.amis.pogamut.base3d.worldview.object.Rotation rotation)

getLocation

public cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocation()

setLocation

public void setLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location location)

getSkill

public Integer getSkill()

setSkill

public void setSkill(Integer skill)

getSkin

public nl.tudelft.goal.ut2004.util.Skin getSkin()

setSkin

public void setSkin(nl.tudelft.goal.ut2004.util.Skin skin)

getTeam

public nl.tudelft.goal.ut2004.util.Team getTeam()

setTeam

public void setTeam(nl.tudelft.goal.ut2004.util.Team team)

toString

public String toString()
Overrides:
toString in class Object


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