|
||||||||||
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 | +--yab.agent.object.MotionlessObject | +--yab.agent.object.Edge
Field Summary |
Fields inherited from class yab.agent.object.RCRObject |
id, object, world |
Constructor Summary | |
Edge(int id,
BaseEdge object,
DisasterSpace world)
|
Method Summary | |
PointObject |
head()
|
int |
length()
|
Collection |
neighborhood()
|
PointObject |
tail()
|
int |
x()
|
int |
y()
|
Methods inherited from class yab.agent.object.MotionlessObject |
motionlessPosition |
Methods inherited from class yab.agent.object.RealObject |
direction, distance, hasBeenSeen |
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 Edge(int id, BaseEdge object, DisasterSpace world)
Method Detail |
public PointObject head()
public PointObject tail()
public int length()
public int x()
x
in class RealObject
public int y()
y
in class RealObject
public Collection neighborhood()
neighborhood
in class MotionlessObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |