|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.antd.mpls.signaling.information.TrafficParameters
MPLS Traffic Parameters.
This class was developed at the National Institute of Standards and Technology by employees of the Federal Government and the Towson University by student in the course of their official duties. Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain. NIST assumes no responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic.
We would appreciate acknowledgement if the software is used.
NIST ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND DISCLAIM ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
| Field Summary | |
double |
CBS
Field CBS |
double |
CDR
Field CDR |
double |
EBS
Field EBS |
int |
Frequency
Field Frequency - Frequence - DML File |
double |
PBS
Field PBS |
double |
PDR
Field PDR |
MPLSSignalingInfo |
sigInfo
Field sigInfo - Signaling Information object |
int |
Weight
Field Weight - Weight value |
| Constructor Summary | |
TrafficParameters()
Constructor TrafficParameters |
|
TrafficParameters(MPLSSignalingInfo siginfo)
Constructor TrafficParameters |
|
TrafficParameters(MPLSSignalingInfo siginfo,
int frequency,
int weight,
double pdr,
double pbs,
double cdr,
double cbs,
double ebs)
Constructor TrafficParameters |
|
| Method Summary | |
void |
configTrafficParameters(com.renesys.raceway.DML.Configuration cfg)
Method configTrafficParameters Configure the Traffic Parameter - DML file |
void |
CopyInfo(TrafficParameters tinfo,
MPLSSignalingInfo sinfo)
Method CopyInfo Copy the Traffic parameter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public MPLSSignalingInfo sigInfo
public int Frequency
public int Weight
public double PDR
public double PBS
public double CDR
public double CBS
public double EBS
| Constructor Detail |
public TrafficParameters()
public TrafficParameters(MPLSSignalingInfo siginfo)
siginfo -
public TrafficParameters(MPLSSignalingInfo siginfo,
int frequency,
int weight,
double pdr,
double pbs,
double cdr,
double cbs,
double ebs)
siginfo - frequency - weight - pdr - pbs - cdr - cbs - ebs - | Method Detail |
public void configTrafficParameters(com.renesys.raceway.DML.Configuration cfg)
throws com.renesys.raceway.DML.configException
cfg -
com.renesys.raceway.DML.configException
public void CopyInfo(TrafficParameters tinfo,
MPLSSignalingInfo sinfo)
tinfo - - Traffic Parameter informationsinfo - - Signaling information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||