| Package | Description |
|---|---|
| tec.uom.se.unit |
This package provides supports for physics units, in conformity with the
Units of Measurement API.
|
| Modifier and Type | Field and Description |
|---|---|
private ProductUnit.Element[] |
ProductUnit.elements
Holds the units composing this product unit.
|
| Modifier and Type | Method and Description |
|---|---|
private static javax.measure.Unit<?> |
ProductUnit.getInstance(ProductUnit.Element[] leftElems,
ProductUnit.Element[] rightElems)
Returns the unit defined from the product of the specified elements.
|
private static javax.measure.Unit<?> |
ProductUnit.getInstance(ProductUnit.Element[] leftElems,
ProductUnit.Element[] rightElems)
Returns the unit defined from the product of the specified elements.
|
| Constructor and Description |
|---|
ProductUnit(ProductUnit.Element[] elements)
Product unit constructor.
|