|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuavsim.datatypes.A_Deviation<_TYPE_>
_TYPE_ - -zzzpublic abstract class A_Deviation<_TYPE_ extends A_Deviation<_TYPE_>>
Defines zzz
| Field Summary | |
|---|---|
protected double |
_deviation
the deviation as a percent |
protected static double |
DEVIATION_MAX
the maximum deviation as a percent |
protected static double |
DEVIATION_MIN
the minimum deviation as a percent |
| Constructor Summary | |
|---|---|
A_Deviation(double deviation)
Creates a deviation object. |
|
A_Deviation(double deviation,
boolean isClamped)
Creates a deviation object. |
|
| Method Summary | |
|---|---|
int |
compareTo(_TYPE_ deviation)
|
double |
getValue_()
Returns the numerical value of this unit. |
protected abstract void |
setValue(double deviation)
Sets the deviation. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface uavsim.datatypes.I_Unitable |
|---|
add_, subtract_ |
| Field Detail |
|---|
protected double _deviation
protected static final double DEVIATION_MAX
protected static final double DEVIATION_MIN
| Constructor Detail |
|---|
public A_Deviation(double deviation)
deviation - - the deviation on the interval [-1,+1].
public A_Deviation(double deviation,
boolean isClamped)
deviation - - the deviation on the interval [-1,+1].isClamped - - zzz| Method Detail |
|---|
public int compareTo(_TYPE_ deviation)
compareTo in interface java.lang.Comparable<_TYPE_ extends A_Deviation<_TYPE_>>public double getValue_()
getValue_ in interface I_Unitable<_TYPE_ extends A_Deviation<_TYPE_>>protected abstract void setValue(double deviation)
deviation - - the deviationpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||