public class HighEnergyModel extends PhysicalModel
STANDARD
Constructor and Description |
---|
HighEnergyModel() |
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.
|
current
public HighEnergyModel()
public static void select()
public Dimension getDimension(BaseUnit<?> unit)
Dimension.Model
unit
- the base unit for which the dimension is returned.public UnitConverter getTransform(BaseUnit<?> unit)
Dimension.Model
IDENTITY
if the base unit is
not recognized).unit
- the base unit for which the transform is returned.