vec_math
Interface Bounded

All Superinterfaces:
Variable
All Known Implementing Classes:
BoundedVariable

public interface Bounded
extends Variable

A bounded variable has an upper and/or lower limit it cannot exceed.


Method Summary
 Double getLowerLimit()
          Returns the lower bound or null, if not existing.
 Double getUpperLimit()
          Returns the upper limit or null, if no upper limit exists.
 
Methods inherited from interface vec_math.Variable
getError, getName, getUnit, getValue
 

Method Detail

getLowerLimit

Double getLowerLimit()
Returns the lower bound or null, if not existing.


getUpperLimit

Double getUpperLimit()
Returns the upper limit or null, if no upper limit exists.