Package | Description |
---|---|
com.net2plan.research.niw.networkModel |
Modifier and Type | Method and Description |
---|---|
WServiceChain |
WServiceChainRequest.addServiceChain(List<? extends WAbstractNetworkElement> sequenceOfIpLinksAndResources,
double injectionTrafficGbps)
Adds a service chain to satisfy traffic of this service chain request.
|
WServiceChain |
WAbstractNetworkElement.getAsServiceChain()
Casts this element to a WServiceChain object (fails if it is not an object of such type)
|
Modifier and Type | Method and Description |
---|---|
SortedSet<WServiceChain> |
WNode.getIncomingServiceChains()
Returns the set of incoming service chains to the node, including those ended in a VNF in the node
|
SortedSet<WServiceChain> |
WNode.getInOutOrTraversingServiceChains()
Returns the set of incoming, outgoing and traversing service chains to the node.
|
SortedSet<WServiceChain> |
WNode.getOutgoingServiceChains()
Returns the set of outgoing service chains of the node, including those starting in a VNF in the node
|
List<WServiceChain> |
WNet.getServiceChains()
Returns the list of service chains, in increasing order according to its id
|
SortedSet<WServiceChain> |
WVnfInstance.getTraversingServiceChains()
Returns the service chains that are traversing this VNF instance
|
Modifier and Type | Method and Description |
---|---|
double |
WVnfInstance.getOccupiedCapacityByTraversingRouteInGbps(WServiceChain sc)
Returns the VNF capacity occupied by a given service chain, or zero if (i) the service chain is down, (ii) the service chain is not traversing this VNF instance.
|
Copyright © 2018. All rights reserved.