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
-
addr
-
-
change
-
-
cost
-
-
dst
-
-
expires
-
-
nxt
-
-
RouteEntry(int, int, ChannelAddress)
-
-
RouteEntry(String, String, String)
-
dst
public int dst
nxt
public int nxt
addr
public ChannelAddress addr
cost
public int cost
expires
public long expires
change
public boolean change
RouteEntry
public RouteEntry(int d,
int n,
ChannelAddress a)
RouteEntry
public RouteEntry(String d,
String n,
String a) throws Exception
All Packages Class Hierarchy This Package Previous Next Index