| Package | Description |
|---|---|
| org.onosproject.net.intent.constraint |
Definitions of constraints used to refine intent specifications.
|
| org.onosproject.net.resource |
Services for reserving network resources, e.g. bandwidth, lambdas.
|
| Modifier and Type | Method and Description |
|---|---|
Lambda |
LambdaConstraint.lambda()
Returns the lambda required by this constraint.
|
| Constructor and Description |
|---|
LambdaConstraint(Lambda lambda)
Creates a new optical lambda constraint.
|
| Modifier and Type | Method and Description |
|---|---|
Lambda |
LambdaResourceAllocation.lambda()
Returns the lambda resource.
|
static Lambda |
Lambda.valueOf(int lambda)
Creates a new instance with given lambda.
|
| Constructor and Description |
|---|
LambdaResourceAllocation(Lambda lambda)
Creates a new
LambdaResourceAllocation with Lambda
object. |
Copyright © 2015. All rights reserved.