Class LinearVariable
-
- All Implemented Interfaces:
-
it.unibo.alchemist.boundary.Variable
,java.io.Serializable
,java.lang.Iterable
public final class LinearVariable extends PrintableVariable<V>
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.boundary.variables.PrintableVariable
toString
-
Methods inherited from class it.unibo.alchemist.boundary.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
-
-