-
- All Implemented Interfaces:
-
it.unibo.alchemist.loader.variables.Variable,java.io.Serializable,java.lang.Iterable
public final class LinearVariable extends PrintableVariable<Double>
This class represents a linear variable, namely a variable whose values span linearly between minimum and maximum.
-
-
Constructor Summary
Constructors Constructor Description LinearVariable(double def, double min, double max, double step)
-
Method Summary
-
Methods inherited from class it.unibo.alchemist.loader.variables.PrintableVariable
toString -
Methods inherited from class it.unibo.alchemist.loader.variables.Variable
iterator -
Methods inherited from class java.lang.Iterable
forEach, iterator, spliterator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-