| Package | Description |
|---|---|
| org.onosproject.net |
Network model entities & service API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
GridType |
OchSignal.gridType()
Returns grid type.
|
static GridType |
GridType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridType[] |
GridType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Lambda |
Lambda.ochSignal(GridType gridType,
ChannelSpacing channelSpacing,
int spacingMultiplier,
int slotGranularity)
Creates a Lambda instance with the specified arguments.
|
| Constructor and Description |
|---|
OchSignal(GridType gridType,
ChannelSpacing channelSpacing,
int spacingMultiplier,
int slotGranularity)
Creates an instance with the specified arguments.
|
Copyright © 2015. All rights reserved.