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

Variable Index

 o netName
The name of the network.

Constructor Index

 o NetworkUpdate(int, String, long)
Construct a network update.

Method Index

 o getNetName()
Get the name of the network.
 o toString()
Get a string describing the network update object.

Variables

 o netName
 private String netName
The name of the network.

Constructors

 o 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.

Methods

 o getNetName
 public String getNetName()
Get the name of the network.

Returns:
The network name.
 o 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