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