Class NodeMU

java.lang.Object
   |
   +----VisiModel.ModelUpdate
           |
           +----VisiModel.NodeUpdate
                   |
                   +----NodeMU

public class NodeMU
extends NodeUpdate
Class definition for an update to a node in an IP/ATM network.

Version:
$Revision: 1.6 $, $Date: 2000/10/30 17:01:26 $
Author:
John Cavanaugh

Constructor Index

 o NodeMU(NodeUpdate)
Construct a node update.

Method Index

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

Constructors

 o NodeMU
 public NodeMU(NodeUpdate update)
Construct a node update.

Parameters:
update - A NodeUpdate 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 NodeUpdate