public class Step extends Object
Represents a step of a step function.
Learn more
Step(int lowerLimit, int level)
Step
int
getLevel()
getLowerLimit()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Step(int lowerLimit, int level)
Initializes a new instance of the Step class.
lowerLimit
level
public final int getLowerLimit()
Gets the lower limit.
public final int getLevel()
Gets the level.
Copyright © 2020. All rights reserved.