Class GrowthStep

  • All Implemented Interfaces:
    Step, java.io.Serializable

    public class GrowthStep
    extends java.lang.Object
    implements Step, java.io.Serializable
    Step for growth sequence.
    Author:
    henrichen
    See Also:
    Serialized Form
    • Constructor Detail

      • GrowthStep

        public GrowthStep​(double initial,
                          double ratio,
                          int type)
    • Method Detail

      • getDataType

        public int getDataType()
        Description copied from interface: Step
        Returns the data type of this Step.
        Specified by:
        getDataType in interface Step
        Returns:
        the data type of this Step.
      • next

        public java.lang.Object next​(SCell cell)
        Description copied from interface: Step
        Return next value of this step sequence per the source cell.
        Specified by:
        next in interface Step
        Parameters:
        cell - the source cell for filling
        Returns:
        next value of this step per the source cell