|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--giavamachia.Observation
An object detected by the Robot. Detectable objects
are Robots and Mines.
| Field Summary | |
int |
direction
Polar coordinates of the seen object. |
int |
kind
Nature of the seen object. |
static int |
MINE
Object seen is a Mine |
java.lang.String |
name
Name of the object. |
int |
range
Polar coordinates of the seen object. |
static int |
ROBOT
Object seen is a Robot |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ROBOT
Robotpublic static final int MINE
Minepublic int direction
public int range
Arena units, starting from the Robot
actual positionpublic int kind
public java.lang.String name
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||