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
-
SwitchMU(SwitchUpdate)
- Construct a switch update.
-
process(Network)
- Process the update.
-
toString()
-
SwitchMU
public SwitchMU(SwitchUpdate update)
- Construct a switch update.
- Parameters:
- update - A SwitchUpdate 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 SwitchUpdate