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
-
PhyMU(PhyUpdate)
- Construct a physical connection update.
-
process(Network)
- Process the update.
-
toString()
-
PhyMU
public PhyMU(PhyUpdate update)
- Construct a physical connection update.
- Parameters:
- update - A PhyUpdate to copy.
process
public void process(Network net)
- Process the update.
- Parameters:
- net - The network to apply the update to.
toString
public String toString()
- Overrides:
- toString in class PhyUpdate