com.groupdocs.search.options

Class Step



  • public class Step
    extends Object
    Represents a step of a step function.

    Learn more

    • Constructor Detail

      • Step

        public Step(int lowerLimit,
                    int level)
        Initializes a new instance of the Step class.
        Parameters:
        lowerLimit - The lower limit.
        level - The level.
    • Method Detail

      • getLowerLimit

        public final int getLowerLimit()
        Gets the lower limit.
        Returns:
        The lower limit.
      • getLevel

        public final int getLevel()
        Gets the level.
        Returns:
        The level.