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()
Returns the current
RoutingType . |
Constants.RoutingType |
NetPlan.getRoutingType(long layerId)
Returns the current
RoutingType . |
Modifier and Type | Method and Description |
---|---|
Map<Long,Constants.RoutingType> |
NetPlan.getRoutingTypeMap()
Returns the current
RoutingType per layer. |
Modifier and Type | Method and Description |
---|---|
void |
NetPlan.checkRoutingType(Constants.RoutingType routingType)
Checks whether routing type is the expected one.
|
void |
NetPlan.checkRoutingType(long layerId,
Constants.RoutingType routingType)
Checks whether routing type is the expected one.
|
void |
NetPlan.setRoutingType(Constants.RoutingType routingType)
Sets the routing type.
|
void |
NetPlan.setRoutingType(long layerId,
Constants.RoutingType routingType)
Sets the routing type.
|
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.
|