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 type
        channelSpacing - channel spacing
        spacingMultiplier - channel spacing multiplier
        slotGranularity - slot width granularity
        Returns:
        new lambda with specified arguments