Class PortMU

java.lang.Object
   |
   +----VisiModel.ModelUpdate
           |
           +----VisiModel.PortUpdate
                   |
                   +----PortMU

public class PortMU
extends PortUpdate
Class definition for an update to a port on a switch in an IP/ATM network.

Version:
$Revision: 1.4 $, $Date: 2000/10/12 14:07:57 $
Author:
John Cavanaugh

Constructor Index

 o PortMU(PortUpdate)
Construct an interface update.

Method Index

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

Constructors

 o PortMU
 public PortMU(PortUpdate update)
Construct an interface update.

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