|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrobocode.control.RobotSpecification
public class RobotSpecification
Defines the properties of a robot, which is returned from
RobocodeEngine.getLocalRepository()
or
Method Summary | |
---|---|
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 |
getTeamId()
|
String |
getVersion()
Returns the version of this robot or team. |
String |
getWebpage()
Returns the web page for this robot. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
RobotSpecification.getVersion()
,
RobotSpecification.getNameAndVersion()
public String getVersion()
RobotSpecification.getName()
,
RobotSpecification.getNameAndVersion()
public String getNameAndVersion()
RobotSpecification.getName()
,
RobotSpecification.getVersion()
public String getClassName()
public File getJarFile()
null
if it
does not come from a JAR file (could be class files instead).
null
if it
does not come from a JAR file (could be class files instead).public String getDescription()
public String getRobocodeVersion()
public String getWebpage()
public String getAuthorName()
public String getTeamId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |