Class Sequence

    • Constructor Summary

      Constructors 
      Constructor Description
      Sequence​(java.lang.String sequenceName)
      The sequence of the greenhouse.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSequenceName()
      Returns the name of the sequence.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Sequence

        public Sequence​(java.lang.String sequenceName)
        The sequence of the greenhouse.
        Parameters:
        sequenceName - the name of the sequence.
    • Method Detail

      • getSequenceName

        public java.lang.String getSequenceName()
        Returns the name of the sequence.
        Returns:
        the name of the sequence.