Class UPCContract

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

public class UPCContract
extends CollectorUpdate
Collector class for reporting switch VCC segment maps.

Version:
$Revision: 1.1 $, $Date: 2000/10/31 20:30:32 $
Author:
Joseph Thomas

Variable Index

 o aal5
 o alt
 o cdv
 o discard
 o epd
 o est
 o gcr
 o key
 o mbs0
 o mbs01
 o mcr
 o name
 o pcr0
 o pcr01
 o police
 o sched
 o scr0
 o scr01
 o status
 o tag
 o tagging

Constructor Index

 o UPCContract(NodeAddress, int, int, int, int, int, int, int, int, int, int, int, String, int, int, int, int, int, int, int, int, int)
Class constructor.

Method Index

 o getAal5Epd()
 o getAltCLPThreshold()
 o getCDV()
 o getDoDiscard()
 o getDoPolicing()
 o getDoUBRTagging()
 o getEstimatedUBRBW()
 o getGCRPolicing()
 o getIsAal5()
 o getKey()
 o getMBS0()
 o getMBS01()
 o getMCR()
 o getName()
 o getPCR0()
 o getPCR01()
 o getSchedMode()
 o getSCR0()
 o getSCR01()
 o getStatus()
 o getTagReq()
 o process(CollectorNetwork)
Applies this update object to the network model.
 o toString()

Variables

 o key
 private int key
 o status
 private int status
 o pcr01
 private int pcr01
 o scr01
 private int scr01
 o mbs01
 private int mbs01
 o pcr0
 private int pcr0
 o scr0
 private int scr0
 o mbs0
 private int mbs0
 o cdv
 private int cdv
 o tag
 private int tag
 o epd
 private int epd
 o name
 private String name
 o gcr
 private int gcr
 o aal5
 private int aal5
 o discard
 private int discard
 o police
 private int police
 o tagging
 private int tagging
 o sched
 private int sched
 o alt
 private int alt
 o mcr
 private int mcr
 o est
 private int est

Constructors

 o UPCContract
 public UPCContract(NodeAddress addr,
                    int key,
                    int status,
                    int pcr01,
                    int scr01,
                    int mbs01,
                    int pcr0,
                    int scr0,
                    int mbs0,
                    int cdv,
                    int tag,
                    int epd,
                    String name,
                    int gcr,
                    int aal5,
                    int discard,
                    int police,
                    int tagging,
                    int sched,
                    int alt,
                    int mcr,
                    int est)
Class constructor.

Methods

 o getKey
 public int getKey()
 o getStatus
 public int getStatus()
 o getPCR01
 public int getPCR01()
 o getSCR01
 public int getSCR01()
 o getMBS01
 public int getMBS01()
 o getPCR0
 public int getPCR0()
 o getSCR0
 public int getSCR0()
 o getMBS0
 public int getMBS0()
 o getCDV
 public int getCDV()
 o getTagReq
 public int getTagReq()
 o getAal5Epd
 public int getAal5Epd()
 o getName
 public String getName()
 o getGCRPolicing
 public int getGCRPolicing()
 o getIsAal5
 public int getIsAal5()
 o getDoDiscard
 public int getDoDiscard()
 o getDoPolicing
 public int getDoPolicing()
 o getDoUBRTagging
 public int getDoUBRTagging()
 o getSchedMode
 public int getSchedMode()
 o getAltCLPThreshold
 public int getAltCLPThreshold()
 o getMCR
 public int getMCR()
 o getEstimatedUBRBW
 public int getEstimatedUBRBW()
 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 toString
 public String toString()
Overrides:
toString in class Object