|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--yab.agent.object.RCRObject | +--yab.agent.object.RealObject
Field Summary |
Fields inherited from class yab.agent.object.RCRObject |
id, object, world |
Constructor Summary | |
RealObject(int id,
BaseRealObject object,
DisasterSpace world)
|
Method Summary | |
int |
direction(RealObject to)
|
int |
distance(RealObject to)
|
boolean |
hasBeenSeen()
|
abstract MotionlessObject |
motionlessPosition()
|
abstract int |
x()
|
abstract int |
y()
|
Methods inherited from class yab.agent.object.RCRObject |
hashCode, produce, setProperty, setProperty, setTime, time, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RealObject(int id, BaseRealObject object, DisasterSpace world)
Method Detail |
public abstract int x()
public abstract int y()
public abstract MotionlessObject motionlessPosition()
public boolean hasBeenSeen()
public int distance(RealObject to)
public int direction(RealObject to)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |