ants
Class Route

java.lang.Object
  |
  +--ants.Route

public class Route
extends java.lang.Object

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

Route

public Route(Channel c,
             ChannelAddress s,
             ChannelAddress d)
Method Detail

channel

public Channel channel()

source

public ChannelAddress source()

destination

public ChannelAddress destination()