Package | Description |
---|---|
com.net2plan.research.niw.networkModel |
Modifier and Type | Method and Description |
---|---|
SortedMap<String,WUserService> |
WNet.getUserServicesInfo()
Returns the user service information defined, in a map with key the user service identifier, and value the user service object
|
Modifier and Type | Method and Description |
---|---|
void |
WNet.addOrUpdateUserService(WUserService info)
Adds or updates a user service to the defined repository of user services
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
WNet.setUserServicesInfo(SortedMap<String,WUserService> newInfo)
Sets a new user service id to info map, removing all previous user services defined
|
Copyright © 2018. All rights reserved.