| Package | Description | 
|---|---|
| com.net2plan.research.niw.networkModel | 
| Modifier and Type | Method and Description | 
|---|---|
WServiceChainRequest | 
WNet.addServiceChainRequest(WNode userInjectionNode,
                      boolean isUpstream,
                      WUserService userService)
Adds a request for an upstream or downstream unidirectional service chain, for the given user service. 
 | 
WServiceChainRequest | 
WAbstractNetworkElement.getAsServiceChainRequest()
Casts this element to a WServiceChainRequest object (fails if it is not an object of such type) 
 | 
WServiceChainRequest | 
WServiceChain.getServiceChainRequest()
Returns the service chain request that this service chain is realizing 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SortedSet<WServiceChainRequest> | 
WNode.getIncomingServiceChainRequests()
Returns the set of incoming service chain requests of the node: those which have the node as a potential end node 
 | 
SortedSet<WServiceChainRequest> | 
WNode.getOutgoingServiceChainRequests()
Returns the set of outgoing service chain requests of the node: those which have the node as a potential injection node 
 | 
List<WServiceChainRequest> | 
WNet.getServiceChainRequests()
Returns the list of service chain requests, in increasing order according to its id 
 | 
SortedSet<WServiceChainRequest> | 
WVnfInstance.getTraversingServiceChainRequests()
Returns the service chains requests that have at least one service chain that is traversing this VNF instance 
 | 
Copyright © 2018. All rights reserved.