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
-
aal5
-
-
alt
-
-
cdv
-
-
discard
-
-
epd
-
-
est
-
-
gcr
-
-
key
-
-
mbs0
-
-
mbs01
-
-
mcr
-
-
name
-
-
pcr0
-
-
pcr01
-
-
police
-
-
sched
-
-
scr0
-
-
scr01
-
-
status
-
-
tag
-
-
tagging
-
-
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.
-
getAal5Epd()
-
-
getAltCLPThreshold()
-
-
getCDV()
-
-
getDoDiscard()
-
-
getDoPolicing()
-
-
getDoUBRTagging()
-
-
getEstimatedUBRBW()
-
-
getGCRPolicing()
-
-
getIsAal5()
-
-
getKey()
-
-
getMBS0()
-
-
getMBS01()
-
-
getMCR()
-
-
getName()
-
-
getPCR0()
-
-
getPCR01()
-
-
getSchedMode()
-
-
getSCR0()
-
-
getSCR01()
-
-
getStatus()
-
-
getTagReq()
-
-
process(CollectorNetwork)
- Applies this update object to the network model.
-
toString()
-
key
private int key
status
private int status
pcr01
private int pcr01
scr01
private int scr01
mbs01
private int mbs01
pcr0
private int pcr0
scr0
private int scr0
mbs0
private int mbs0
cdv
private int cdv
tag
private int tag
epd
private int epd
name
private String name
gcr
private int gcr
aal5
private int aal5
discard
private int discard
police
private int police
tagging
private int tagging
sched
private int sched
alt
private int alt
mcr
private int mcr
est
private int est
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.
getKey
public int getKey()
getStatus
public int getStatus()
getPCR01
public int getPCR01()
getSCR01
public int getSCR01()
getMBS01
public int getMBS01()
getPCR0
public int getPCR0()
getSCR0
public int getSCR0()
getMBS0
public int getMBS0()
getCDV
public int getCDV()
getTagReq
public int getTagReq()
getAal5Epd
public int getAal5Epd()
getName
public String getName()
getGCRPolicing
public int getGCRPolicing()
getIsAal5
public int getIsAal5()
getDoDiscard
public int getDoDiscard()
getDoPolicing
public int getDoPolicing()
getDoUBRTagging
public int getDoUBRTagging()
getSchedMode
public int getSchedMode()
getAltCLPThreshold
public int getAltCLPThreshold()
getMCR
public int getMCR()
getEstimatedUBRBW
public int getEstimatedUBRBW()
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
toString
public String toString()
- Overrides:
- toString in class Object