Modifier and Type | Field and Description |
---|---|
WDMUtils.RSA |
backupRSA
The RSA of the backup lightpath to add as a protection segment (or null if none)
|
Demand |
demand
The WDM demand the lightpath belongs to
|
Node |
egressNode
The egress node of the lightpath
|
Node |
ingressNode
The ingress node of the lightpath
|
NetworkLayer |
layer
The id of the network WDM layer
|
double |
lineRateGbps
The line rate of the lightpath
|
Route |
lpAddedToFillByProcessor
The event generator puts a null here.
|
WDMUtils.RSA |
primaryRSA
The RSA of the primary route of the lightpath to add
|
Constructor and Description |
---|
LightpathAdd(Demand demand,
double lineRateGbps)
Constructor to generate a new
LightpathAdd object. |
LightpathAdd(Demand demand,
WDMUtils.RSA rsa,
double lineRateGbps)
Constructor to generate a new
LightpathAdd object. |
LightpathAdd(Demand demand,
WDMUtils.RSA primaryRSA,
WDMUtils.RSA backupRSA,
double lineRateGbps)
Constructor to generate a new
LightpathAdd object. |
LightpathAdd(NetworkLayer layer,
WDMUtils.RSA rsa,
double lineRateGbps)
Constructor to generate a new
LightpathAdd object. |
LightpathAdd(NetworkLayer layer,
WDMUtils.RSA primaryRSA,
WDMUtils.RSA backupRSA,
double lineRateGbps)
Constructor to generate a new
LightpathAdd object. |
LightpathAdd(Node ingressNode,
Node egressNode,
NetworkLayer layer,
double lineRateGbps)
Constructor to generate a new
LightpathAdd object. |
public final WDMUtils.RSA backupRSA
public final Demand demand
public final Node egressNode
public final Node ingressNode
public final NetworkLayer layer
public final double lineRateGbps
public Route lpAddedToFillByProcessor
public final WDMUtils.RSA primaryRSA
public LightpathAdd(Demand demand, double lineRateGbps)
LightpathAdd
object.demand
- DemandlineRateGbps
- Line rate in Gbpspublic LightpathAdd(Demand demand, WDMUtils.RSA rsa, double lineRateGbps)
LightpathAdd
object.demand
- Demandrsa
- The lightpath RSA of the primary (no backup)lineRateGbps
- Line rate in Gbpspublic LightpathAdd(Demand demand, WDMUtils.RSA primaryRSA, WDMUtils.RSA backupRSA, double lineRateGbps)
LightpathAdd
object.demand
- Demand the lighptath belongs toprimaryRSA
- the RSA of the primary (create as a Route)backupRSA
- the RSA of the backup (create as a protection segment)lineRateGbps
- line rate of the lightpathpublic LightpathAdd(NetworkLayer layer, WDMUtils.RSA rsa, double lineRateGbps)
LightpathAdd
object.layer
- The WDM network layerrsa
- The RSA of the lightpath to createlineRateGbps
- the line rate of the lightpathpublic LightpathAdd(NetworkLayer layer, WDMUtils.RSA primaryRSA, WDMUtils.RSA backupRSA, double lineRateGbps)
LightpathAdd
object.layer
- The WDM network layerprimaryRSA
- The RSA of the primarybackupRSA
- The RSA of the backup (to create as a protection segment)lineRateGbps
- the line rate of the lightpathpublic LightpathAdd(Node ingressNode, Node egressNode, NetworkLayer layer, double lineRateGbps)
LightpathAdd
object.ingressNode
- Ingress node of the lightpath to createegressNode
- Egress node of the lightpath to createlayer
- The WDM network layerlineRateGbps
- Line rate in GbpsCopyright © 2018. All rights reserved.