All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ants.RouteEntry

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

public class RouteEntry
extends Object
a single entry of route table


Variable Index

 o addr
 o change
 o cost
 o dst
 o expires
 o nxt

Constructor Index

 o RouteEntry(int, int, ChannelAddress)
 o RouteEntry(String, String, String)

Variables

 o dst
 public int dst
 o nxt
 public int nxt
 o addr
 public ChannelAddress addr
 o cost
 public int cost
 o expires
 public long expires
 o change
 public boolean change

Constructors

 o RouteEntry
 public RouteEntry(int d,
                   int n,
                   ChannelAddress a)
 o RouteEntry
 public RouteEntry(String d,
                   String n,
                   String a) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index