|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--IdentifiedWithPosition | +--SimpleRobot
The basic stuff of a robot.
Robot
Fields inherited from class IdentifiedWithPosition |
id, x_pos, y_pos |
Constructor Summary | |
SimpleRobot(int id,
int x,
int y)
Makes a new robot with basic stuff |
Methods inherited from class IdentifiedWithPosition |
id, setId, setPos, setX, setY, x, y |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public SimpleRobot(int id, int x, int y)
ident
- id of the robotx
- horizontal positiony
- vertical position
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |