Class NodeIntfMU
java.lang.Object
|
+----VisiModel.ModelUpdate
|
+----VisiModel.NodeIntfUpdate
|
+----NodeIntfMU
- public class NodeIntfMU
- extends NodeIntfUpdate
Class definition for an update to an interface on an end system in
an IP/ATM network.
- Version:
- $Revision: 1.7 $, $Date: 2000/10/30 17:01:26 $
- Author:
- John Cavanaugh
-
NodeIntfMU(NodeIntfUpdate)
- Construct an interface update.
-
process(Network)
- Process the update.
-
toString()
-
NodeIntfMU
public NodeIntfMU(NodeIntfUpdate update)
- Construct an interface update.
- Parameters:
- update - A NodeIntfUpdate 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 NodeIntfUpdate