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

Constructor Index

 o EndSystemMU(EndSystemUpdate)
Constructs an EndSystemMU

Method Index

 o process(Network)
Process the update.
 o toString()

Constructors

 o EndSystemMU
 public EndSystemMU(EndSystemUpdate update)
Constructs an EndSystemMU

Parameters:
update - An EndSystemUpdate to copy.

Methods

 o process
 public void process(Network net)
Process the update.

Parameters:
net - The network to apply the update to.
 o toString
 public String toString()
Overrides:
toString in class EndSystemUpdate