All Packages This Package Class Hierarchy Class Search Index
java.lang.Object
|
+----edu.utah.janos.route.RouteTable
|
+----edu.utah.janos.route.WriteableRouteTable
|
+----edu.utah.janos.ants.route.StaticRouteTable
| Summary |
public class StaticRouteTable
extends edu.utah.janos.route.WriteableRouteTable
implements edu.utah.janos.ants.ants.RouteTable
{
// Constructors 1
public StaticRouteTable();
// Methods 1
public void configure(int, boolean, String) throws IOException, AddressFormatException, NoSuchNodeAddress;
}
An ANTS static route table is just a WriteableRouteTable plus a method to parse the startup route table file.
Access to this class assumes access to WriteableRouteTable.
See Also: RouteTableReader
| Constructors |
· StaticRouteTable | Summary | Top |
public StaticRouteTable()
Default constructor
| Methods |
· configure | Summary | Top |
public void configure(int nodeAddr,
boolean doUpdates,
String configFile) throws IOException, AddressFormatException, NoSuchNodeAddress
- Implements:
- configure in interface RouteTable
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7