|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--yab.agent.Route
Field Summary | |
float |
cost
|
MotionlessObject |
end
|
Constructor Summary | |
Route(MotionlessObject end)
|
Method Summary | |
Route |
expandedRoute(MotionlessObject next,
Router.CostFunction costFunc)
|
int |
size()
|
int[] |
toIDs()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public final MotionlessObject end
public final float cost
Constructor Detail |
public Route(MotionlessObject end)
Method Detail |
public Route expandedRoute(MotionlessObject next, Router.CostFunction costFunc)
public int size()
public int[] toIDs()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |