|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmindio.Unit
Unit of measurement. This class represents a unit of measurement, i.e. microvolts, hertz.
| Field Summary | |
static Unit |
HERTZ
|
static Unit |
MICROVOLTS
|
static Unit |
RATIO
|
static Unit |
TRUE_FALSE
This is used instead of boolean because all values/samples will have the same type (probably double) so they will be compatible. |
| Constructor Summary | |
Unit(java.lang.String name,
java.lang.String symbol)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static Unit MICROVOLTS
public static Unit HERTZ
public static Unit TRUE_FALSE
public static Unit RATIO
| Constructor Detail |
public Unit(java.lang.String name,
java.lang.String symbol)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||