Class Network

java.lang.Object
  |
  +--Network

public class Network
extends java.lang.Object

A Network maintains the structure of a network and provides access to its routers and links.


Constructor Summary
Network()
          new Network() returns a Network with no Routers or Links.
 
Method Summary
 ioutil.Command[] getCommands()
          ntwrk.getCommands() returns the Commands that are implemented by ntwrk.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Network

public Network()
new Network() returns a Network with no Routers or Links.

Method Detail

getCommands

public ioutil.Command[] getCommands()
ntwrk.getCommands() returns the Commands that are implemented by ntwrk.