Class NumericConstant
-
- All Implemented Interfaces:
-
it.unibo.alchemist.boundary.DependentVariable
,java.io.Serializable
public final class NumericConstant implements DependentVariable<V>
A numeric constant.
-
-
Constructor Summary
Constructors Constructor Description NumericConstant(Number n)
-
Method Summary
-
-
Constructor Detail
-
NumericConstant
NumericConstant(Number n)
- Parameters:
n
- the number
-
-
-
-