Class NetworkMU
java.lang.Object
|
+----VisiModel.ModelUpdate
|
+----VisiModel.NetworkUpdate
|
+----NetworkMU
- public class NetworkMU
- extends NetworkUpdate
Class definition for an update to an IP/ATM network.
- Version:
- $Revision: 1.5 $, $Date: 2000/10/12 14:07:53 $
- Author:
- John Cavanaugh
-
NetworkMU(NetworkUpdate)
- Construct a network update.
-
process(Network)
- Process the update.
-
toString()
-
NetworkMU
public NetworkMU(NetworkUpdate update)
- Construct a network update.
- Parameters:
- update - A NetworkUpdate 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 NetworkUpdate