All Packages Class Hierarchy This Package Previous Next Index
Class VisiModel.NetworkUpdate
java.lang.Object
|
+----VisiModel.ModelUpdate
|
+----VisiModel.NetworkUpdate
- public class NetworkUpdate
- extends ModelUpdate
Class definition for an update to an IP/ATM network.
- Version:
- $Revision: 1.8 $, $Date: 2000/10/12 14:09:14 $
- Author:
- John Cavanaugh, Joseph Thomas
-
netName
- The name of the network.
-
NetworkUpdate(int, String, long)
- Construct a network update.
-
getNetName()
- Get the name of the network.
-
toString()
- Get a string describing the network update object.
netName
private String netName
- The name of the network.
NetworkUpdate
public NetworkUpdate(int type,
String netName,
long time)
- Construct a network update.
- Parameters:
- type - The update type.
- netName - The name of the node to be updated.
- time - The time when the object data was created.
getNetName
public String getNetName()
- Get the name of the network.
- Returns:
- The network name.
toString
public String toString()
- Get a string describing the network update object.
- Returns:
- A string describing the network update object.
- Overrides:
- toString in class ModelUpdate
All Packages Class Hierarchy This Package Previous Next Index