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. m, in, ly, etc.) encapsulated in a
UnitsElectricPotential instance. |
Frequency |
class storing both a Frequency and a unit for that Frequency
(e.g. m, in, ly, etc.) encapsulated in a
UnitsFrequency instance. |
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. m, in, ly, etc.) encapsulated in a
UnitsLength instance. |
Power |
class storing both a Power and a unit for that Power
(e.g. m, in, ly, etc.) encapsulated in a
UnitsPower instance. |
Pressure |
class storing both a Pressure and a unit for that Pressure
(e.g. m, in, ly, etc.) encapsulated in a
UnitsPressure instance. |
Temperature |
class storing both a Temperature and a unit for that Temperature
(e.g. m, in, ly, etc.) encapsulated in a
UnitsTemperature instance. |
Time |
class storing both a Time and a unit for that Time
(e.g. m, in, ly, etc.) encapsulated in a
UnitsTime instance. |
Enum | Description |
---|---|
UNITS |
Exception | Description |
---|---|
BigResult |
Checked exception which is thrown from unit methods which can possibly
overflow.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.