|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ants.Route
channel route data for next hop
Constructor Summary | |
Route(Channel c,
ChannelAddress s,
ChannelAddress d)
|
Method Summary | |
Channel |
channel()
|
ChannelAddress |
destination()
|
ChannelAddress |
source()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Route(Channel c, ChannelAddress s, ChannelAddress d)
Method Detail |
public Channel channel()
public ChannelAddress source()
public ChannelAddress destination()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |