Package org.onosproject.net
Interface Lambda
-
- All Known Implementing Classes:
OchSignal
public interface Lambda
Abstraction of wavelength. Currently, this is just a marker interface
-
-
Method Summary
Static Methods Modifier and Type Method Description static Lambda
ochSignal(GridType gridType, ChannelSpacing channelSpacing, int spacingMultiplier, int slotGranularity)
Creates a Lambda instance with the specified arguments.
-
-
-
Method Detail
-
ochSignal
static Lambda ochSignal(GridType gridType, ChannelSpacing channelSpacing, int spacingMultiplier, int slotGranularity)
Creates a Lambda instance with the specified arguments.- Parameters:
gridType
- grid typechannelSpacing
- channel spacingspacingMultiplier
- channel spacing multiplierslotGranularity
- slot width granularity- Returns:
- new lambda with specified arguments
-
-