Class Router

java.lang.Object
   |
   +----VisiModel.ATMNode
           |
           +----CollectorNode
                   |
                   +----ATMEndSystem
                           |
                           +----Router

public class Router
extends ATMEndSystem
This class implements the framework to represent a Router network node.

Version:
$Revision: 1.3 $, $Date: 2000/10/12 14:09:52 $
Author:
Joseph Thomas

Constructor Index

 o Router(CollectorNetwork, NodeAddress, String)
Class constructor.

Method Index

 o getType()
Get the node's type

Constructors

 o Router
 public Router(CollectorNetwork net,
               NodeAddress addr,
               String desc)
Class constructor.

Parameters:
net - the network the node is part of
addr - the network address of the node
desc - the node's description

Methods

 o getType
 public int getType()
Get the node's type

Returns:
the node's type
Overrides:
getType in class ATMEndSystem