|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--de.uni_paderborn.robots.robotArenaInterface.ItemData
|
+--de.uni_paderborn.robots.robotArenaInterface.VirtualRobot
This class represents robot.
Every robot has a unique number which robots can use to identify each other.
The "robot" field of RobotData always has the current robot's VirtualRobot on it!
| Field Summary | |
private int |
robotID
the unique number of the robot ( value not 0 ) |
| Constructor Summary | |
VirtualRobot(int robotID)
constructs a VirtualRobot |
|
| Method Summary | |
int |
getRobotID()
returns the robotID |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private int robotID
| Constructor Detail |
public VirtualRobot(int robotID)
robotID - unique ID of the robot allocated by the arena| Method Detail |
public int getRobotID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||