Class NodeIntfMU

java.lang.Object
   |
   +----VisiModel.ModelUpdate
           |
           +----VisiModel.NodeIntfUpdate
                   |
                   +----NodeIntfMU

public class NodeIntfMU
extends NodeIntfUpdate
Class definition for an update to an interface on an end system in an IP/ATM network.

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

Constructor Index

 o NodeIntfMU(NodeIntfUpdate)
Construct an interface update.

Method Index

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

Constructors

 o NodeIntfMU
 public NodeIntfMU(NodeIntfUpdate update)
Construct an interface update.

Parameters:
update - A NodeIntfUpdate to be copied.

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 NodeIntfUpdate