Class EndSystemMU
java.lang.Object
|
+----VisiModel.ModelUpdate
|
+----VisiModel.NodeUpdate
|
+----VisiModel.EndSystemUpdate
|
+----EndSystemMU
- public class EndSystemMU
- extends EndSystemUpdate
Class definition for an update to an end system in
an IP/ATM network.
- Version:
- $Revision: 1.4 $, $Date: 2000/10/12 14:07:49 $
- Author:
- John Cavanaugh
-
EndSystemMU(EndSystemUpdate)
- Constructs an EndSystemMU
-
process(Network)
- Process the update.
-
toString()
-
EndSystemMU
public EndSystemMU(EndSystemUpdate update)
- Constructs an EndSystemMU
- Parameters:
- update - An EndSystemUpdate 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 EndSystemUpdate