Class Network

java.lang.Object
   |
   +----CollectorUpdate
           |
           +----Network

public class Network
extends CollectorUpdate
Class defining the collector network.

Version:
$Revision: 1.5 $, $Date: 2000/10/12 14:09:50 $
Author:
Mike Spengler, Joseph Thomas

Variable Index

 o name
Network name

Constructor Index

 o Network(String)
Class constructor.

Method Index

 o getName()
Gets the interface name
 o process(CollectorNetwork)
Applies this update object to the network model.
 o toString()
Returns a string describing this object.

Variables

 o name
 private String name
Network name

Constructors

 o Network
 public Network(String name)
Class constructor.

Parameters:
name - the network name

Methods

 o process
 public void process(CollectorNetwork net)
Applies this update object to the network model.

Parameters:
net - the network which this object updates
Overrides:
process in class CollectorUpdate
 o getName
 public String getName()
Gets the interface name

Returns:
the interface name
 o toString
 public String toString()
Returns a string describing this object.

Returns:
string describing this object
Overrides:
toString in class Object