Class EtherSwitch

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

public class EtherSwitch
extends ATMEndSystem
This class implements the framework to represent an EthernetSwitch network node.

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

Constructor Index

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

Method Index

 o getType()
Get the node's type.

Constructors

 o EtherSwitch
 public EtherSwitch(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