| Package | Description |
|---|---|
| org.onosproject.net |
Network model entities & service API definitions.
|
| org.onosproject.net.flow.criteria |
Traffic selection criteria model.
|
| org.onosproject.net.flow.instructions |
Traffic treatment model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedLambda
Implementation of Lambda simply designated by an index number of wavelength.
|
class |
OchSignal
Implementation of Lambda representing OCh (Optical Channel) Signal.
|
| Modifier and Type | Method and Description |
|---|---|
static Lambda |
Lambda.indexedLambda(long lambda)
Create an Lambda instance with the specified wavelength index number.
|
static Lambda |
Lambda.ochSignal(GridType gridType,
ChannelSpacing channelSpacing,
int spacingMultiplier,
int slotGranularity)
Creates a Lambda instance with the specified arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static Criterion |
Criteria.matchLambda(Lambda lambda)
Creates a match on lambda using the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
static L0ModificationInstruction |
Instructions.modL0Lambda(Lambda lambda)
Creates an L0 modification with the specified OCh signal.
|
Copyright © 2015. All rights reserved.