Class SwitchMU

java.lang.Object
   |
   +----VisiModel.ModelUpdate
           |
           +----VisiModel.NodeUpdate
                   |
                   +----VisiModel.SwitchUpdate
                           |
                           +----SwitchMU

public class SwitchMU
extends SwitchUpdate
Class definition for an ATM switch in an IP/ATM network.

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

Constructor Index

 o SwitchMU(SwitchUpdate)
Construct a switch update.

Method Index

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

Constructors

 o SwitchMU
 public SwitchMU(SwitchUpdate update)
Construct a switch update.

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