Package | Description |
---|---|
com.net2plan.interfaces.networkDesign |
Provides a set of classes and interfaces for the network design tool.
|
com.net2plan.utils |
General utility static methods.
|
Modifier and Type | Method and Description |
---|---|
Constants.RoutingType |
NetPlan.getRoutingType(NetworkLayer... optionalLayerParameter)
Returns the routing type of the given layer.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkLayer.checkRoutingType(Constants.RoutingType routingType)
Checks whether routing type is the expected one.
|
void |
NetPlan.setRoutingType(Constants.RoutingType newRoutingType,
NetworkLayer... optionalLayerParameter)
Sets the routing type at the given layer.
|
Modifier and Type | Method and Description |
---|---|
static Constants.RoutingType |
Constants.RoutingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.RoutingType[] |
Constants.RoutingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|