All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ants.Route

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

public class Route
extends Object
channel route data for next hop


Constructor Index

 o Route(Channel, ChannelAddress, ChannelAddress)

Method Index

 o channel()
 o destination()
 o source()

Constructors

 o Route
 public Route(Channel c,
              ChannelAddress s,
              ChannelAddress d)

Methods

 o channel
 public Channel channel()
 o source
 public ChannelAddress source()
 o destination
 public ChannelAddress destination()

All Packages  Class Hierarchy  This Package  Previous  Next  Index