public class NaturalModel extends PhysicalModel
STANDARD| Constructor and Description |
|---|
NaturalModel() |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
getDimension(BaseUnit<?> unit)
Returns the dimension of the specified base unit (a dimension
particular to the base unit if the base unit is not recognized).
|
UnitConverter |
getTransform(BaseUnit<?> unit)
Returns the normalization transform of the specified base unit
(
IDENTITY if the base unit is
not recognized). |
static void |
select()
Selects the relativistic model as the current model.
|
currentpublic static void select()
public Dimension getDimension(BaseUnit<?> unit)
Dimension.Modelunit - the base unit for which the dimension is returned.public UnitConverter getTransform(BaseUnit<?> unit)
Dimension.ModelIDENTITY if the base unit is
not recognized).unit - the base unit for which the transform is returned.