Class PhyMU

java.lang.Object
   |
   +----VisiModel.ModelUpdate
           |
           +----VisiModel.PhyUpdate
                   |
                   +----PhyMU

public class PhyMU
extends PhyUpdate
Class definition for an update to a physical connection in an IP/ATM network.

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

Constructor Index

 o PhyMU(PhyUpdate)
Construct a physical connection update.

Method Index

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

Constructors

 o PhyMU
 public PhyMU(PhyUpdate update)
Construct a physical connection update.

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