Class NetworkMU

java.lang.Object
   |
   +----VisiModel.ModelUpdate
           |
           +----VisiModel.NetworkUpdate
                   |
                   +----NetworkMU

public class NetworkMU
extends NetworkUpdate
Class definition for an update to an IP/ATM network.

Version:
$Revision: 1.5 $, $Date: 2000/10/12 14:07:53 $
Author:
John Cavanaugh

Constructor Index

 o NetworkMU(NetworkUpdate)
Construct a network update.

Method Index

 o process(Network)
Process the update.
 o toString()

Constructors

 o NetworkMU
 public NetworkMU(NetworkUpdate update)
Construct a network update.

Parameters:
update - A NetworkUpdate to copy

Methods

 o process
 public void process(Network net)
Process the update.

Parameters:
net - The network to apply the update to.
 o toString
 public String toString()
Overrides:
toString in class NetworkUpdate