Class SimpleRobot

java.lang.Object
  |
  +--IdentifiedWithPosition
        |
        +--SimpleRobot
Direct Known Subclasses:
Robot

public class SimpleRobot
extends IdentifiedWithPosition

The basic stuff of a robot.

See Also:
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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SimpleRobot

public SimpleRobot(int id,
                   int x,
                   int y)
Makes a new robot with basic stuff
Parameters:
ident - id of the robot
x - horizontal position
y - vertical position