vec_math
Interface Variable

All Known Subinterfaces:
Bounded
All Known Implementing Classes:
AssignedVariable, BoundedVariable

public interface Variable

A model parameter has a name, a value and possibly an error and a unit.


Method Summary
 double getError()
          Returns the error of the parameter.
 String getName()
          Returns the name of the parameter.
 String getUnit()
          Returns the unit of the parameter.
 double getValue()
          Returns the value of the parameter.
 

Method Detail

getName

String getName()
Returns the name of the parameter.


getValue

double getValue()
Returns the value of the parameter.


getError

double getError()
Returns the error of the parameter.


getUnit

String getUnit()
Returns the unit of the parameter.