Class TributarySlot


  • public class TributarySlot
    extends java.lang.Object
    Implementation of ODU Tributary Slot simply designated by an index number of slot.
    • Constructor Summary

      Constructors 
      Constructor Description
      TributarySlot​(long index)
      Creates an instance representing the TributarySlot specified by the given index number.
    • Constructor Detail

      • TributarySlot

        public TributarySlot​(long index)
        Creates an instance representing the TributarySlot specified by the given index number.
        Parameters:
        index - index number of wavelength
    • Method Detail

      • index

        public long index()
        Returns the index number of TributarySlot.
        Returns:
        the index number of TributarySlot
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object