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