robocode.control
Class RobotSpecification
java.lang.Object
robocode.control.RobotSpecification
- java.io.Serializable
public class RobotSpecification
extends java.lang.Object
implements java.io.Serializable
- Mathew A. Nelson (original)
- Flemming N. Larsen (contributor)
String | getAuthorName() - Returns the name of this robot's author.
|
String | getClassName() - Returns the full class name of this robot or team.
|
String | getDescription() - Returns the description provided by the author of this robot.
|
File | getJarFile() - Returns the JAR file containing this robot or team, or
null if it
does not come from a JAR file (could be class files instead).
|
String | getName() - Returns the name of this robot or team.
|
String | getNameAndVersion() - Returns the name and version of this robot or team.
|
String | getRobocodeVersion() - Returns the version of Robocode this robot was based on.
|
String | getVersion() - Returns the version of this robot or team.
|
String | getWebpage() - Returns the web page for this robot.
|
getAuthorName
public String getAuthorName()
Returns the name of this robot's author.
- the name of this robot's author.
getClassName
public String getClassName()
Returns the full class name of this robot or team.
- the full class name of this robot or team.
getDescription
public String getDescription()
Returns the description provided by the author of this robot.
- the description provided by the author of this robot.
getJarFile
public File getJarFile()
Returns the JAR file containing this robot or team, or null
if it
does not come from a JAR file (could be class files instead).
- the JAR file containing this robot or team, or
null
if it
does not come from a JAR file (could be class files instead).
getName
public String getName()
Returns the name of this robot or team.
- the name of this robot or team.
getNameAndVersion
public String getNameAndVersion()
Returns the name and version of this robot or team.
- the name and version of this robot or team.
getRobocodeVersion
public String getRobocodeVersion()
Returns the version of Robocode this robot was based on.
- the version of Robocode this robot was based on.
getVersion
public String getVersion()
Returns the version of this robot or team.
- the version of this robot or team.
getWebpage
public String getWebpage()
Returns the web page for this robot.
- the web page for this robot.