|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvec_math.AssignedVariable
vec_math.BoundedVariable
public class BoundedVariable
A simple named variable with error, name and unit.
| Field Summary | |
|---|---|
private Double |
max
The minimum. |
private Double |
min
The minimum. |
| Constructor Summary | |
|---|---|
BoundedVariable(String n,
double v,
double err,
String u,
Double minimum,
Double maximum)
All parameter properties known. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object that)
To variables are equal if they have the same name, value, error and unit. |
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 class vec_math.AssignedVariable |
|---|
asList, getError, getName, getUnit, getValue, hashCode, significant, significant, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface vec_math.Variable |
|---|
getError, getName, getUnit, getValue |
| Field Detail |
|---|
private Double min
private Double max
| Constructor Detail |
|---|
public BoundedVariable(String n,
double v,
double err,
String u,
Double minimum,
Double maximum)
| Method Detail |
|---|
public Double getLowerLimit()
Bounded
getLowerLimit in interface Boundedpublic Double getUpperLimit()
Bounded
getUpperLimit in interface Boundedpublic boolean equals(Object that)
equals in class AssignedVariable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||