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
-
EtherSwitch(CollectorNetwork, NodeAddress, String)
- Class constructor.
-
getType()
- Get the node's type.
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
getType
public int getType()
- Get the node's type.
- Returns:
- the node's type
- Overrides:
- getType in class ATMEndSystem