| 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  Conversioninstances viaBigDecimal.add(BigDecimal). | 
| Conversion.Int | Simply is a representation of a possibly large integer. | 
| Conversion.Mul | Multiplies all  Conversioninstances viaBigDecimal.multiply(BigDecimal). | 
| Conversion.Pow | Exponentiates two  Conversioninstances viaBigDecimal.pow(int). | 
| Conversion.Rat | Divides two  Conversioninstances viaBigDecimal.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  UnitsElectricPotentialinstance. | 
| Frequency | class storing both a Frequency and a unit for that Frequency
 (e.g. m, in, ly, etc.) encapsulated in a  UnitsFrequencyinstance. | 
| GenericEnumType<E extends 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  UnitsLengthinstance. | 
| Power | class storing both a Power and a unit for that Power
 (e.g. m, in, ly, etc.) encapsulated in a  UnitsPowerinstance. | 
| Pressure | class storing both a Pressure and a unit for that Pressure
 (e.g. m, in, ly, etc.) encapsulated in a  UnitsPressureinstance. | 
| Temperature | class storing both a Temperature and a unit for that Temperature
 (e.g. m, in, ly, etc.) encapsulated in a  UnitsTemperatureinstance. | 
| Time | class storing both a Time and a unit for that Time
 (e.g. m, in, ly, etc.) encapsulated in a  UnitsTimeinstance. | 
| Enum | Description | 
|---|---|
| UNITS | 
| Exception | Description | 
|---|---|
| BigResult | Checked exception which is thrown from unit methods which can possibly
 overflow. | 
                
                
Version: 5.2.5-ice35-b28
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.