Interface | Description |
---|---|
Unit |
marker interface for all of ome.model.unit types.
|
UnitEnum |
marker interface for all of ome.model.unit enums.
|
Class | Description |
---|---|
Conversion |
Base-functor like object which can be used for preparing complex
equations for converting from one unit to another.
|
Conversion.Add |
Sums all
Conversion instances via BigDecimal.add(BigDecimal) . |
Conversion.Int |
Simply is a representation of a possibly large integer.
|
Conversion.Mul |
Multiplies all
Conversion instances via
BigDecimal.multiply(BigDecimal) . |
Conversion.Pow |
Exponentiates two
Conversion instances via
BigDecimal.pow(int) . |
Conversion.Rat |
Divides two
Conversion instances via
BigDecimal.divide(BigDecimal, MathContext) . |
Conversion.Sym |
Simply represents the variable of the source unit so that
Conversion.Sym.convert(double) just returns the value passed in. |
ElectricPotential |
class storing both a ElectricPotential and a unit for that ElectricPotential
(e.g.
|
Frequency |
class storing both a Frequency and a unit for that Frequency
(e.g.
|
GenericEnumType<E extends java.lang.Enum<E>> |
http://octagen.at/2014/10/postgresql-custom-data-types-enum-in-hibernate/
|
Length |
class storing both a Length and a unit for that Length
(e.g.
|
Power |
class storing both a Power and a unit for that Power
(e.g.
|
Pressure |
class storing both a Pressure and a unit for that Pressure
(e.g.
|
Temperature |
class storing both a Temperature and a unit for that Temperature
(e.g.
|
Time |
class storing both a Time and a unit for that Time
(e.g.
|
Enum | Description |
---|---|
UNITS |
Exception | Description |
---|---|
BigResult |
Checked exception which is thrown from unit methods which can possibly
overflow.
|