|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ObjectInfo
This class is used to represent the object of the game in a more abstract manner. For every object the following information is stored:
Field Summary | |
double |
direction
The direction in which the object was perceived |
double |
distance
The distance in which the object was perceived |
java.lang.String |
objectName
The name of the object |
int |
time
The time when the object has been perceived |
Constructor Summary | |
ObjectInfo()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public int time
public java.lang.String objectName
public double distance
public double direction
Constructor Detail |
public ObjectInfo()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |