Package | Description |
---|---|
com.net2plan.research.niw.networkModel |
Modifier and Type | Method and Description |
---|---|
WVnfInstance |
WNet.addVnfInstance(WNode hostNode,
String name,
WVnfType type)
Adds an instance of the VNF of the given type, in the indicated host node, applying it the given name
|
WVnfInstance |
WAbstractNetworkElement.getAsVnfInstance()
Casts this element to a WVnfInstance object (fails if it is not an object of such type)
|
Modifier and Type | Method and Description |
---|---|
SortedSet<WVnfInstance> |
WNode.getAllVnfInstances()
Returns all the VNF instances in this node, of any type
|
List<WVnfInstance> |
WServiceChain.getSequenceOfTraversedVnfInstances()
Returns the sequence of traversed VNF instances, filtering out any IP link traversed
|
SortedSet<WVnfInstance> |
WNet.getVnfInstances()
Returns a set with all the VNF instances in the network of any type
|
SortedSet<WVnfInstance> |
WNet.getVnfInstances(String type)
Returns a set with all the VNF instances in the network of the given type
|
SortedSet<WVnfInstance> |
WNode.getVnfInstances(String type)
Returns all the VNF instances in this node, of the given type
|
Modifier and Type | Method and Description |
---|---|
List<List<? extends WAbstractNetworkElement>> |
WNet.getKShortestServiceChainInIpLayer(int k,
WNode a,
WNode b,
List<String> sequenceOfVnfTypesToTraverse,
Optional<Map<WIpLink,Double>> optionalCostMapOrElseLatency,
Optional<Map<WVnfInstance,Double>> optionalVnfCostMapOrElseLatency)
Returns a ranking with the k-shortest paths for service chains, given the end nodes, and the sequence of types of VNFs that it should traverse.
|
Copyright © 2018. All rights reserved.