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
-
PortMU(PortUpdate)
- Construct an interface update.
-
process(Network)
- Process the update.
-
toString()
-
PortMU
public PortMU(PortUpdate update)
- Construct an interface update.
- Parameters:
- update - A PortUpdate to be copied.
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 PortUpdate