Package org.jscience.physics.model
Class RelativisticModel
java.lang.Object
org.jscience.physics.model.PhysicalModel
org.jscience.physics.model.RelativisticModel
- All Implemented Interfaces:
Dimension.Model
This class represents the relativistic model.
-
Field Summary
Fields inherited from interface javax.measure.unit.Dimension.Model
STANDARD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDimension(BaseUnit<?> unit) Returns the dimension of the specified base unit (a dimension particular to the base unit if the base unit is not recognized).getTransform(BaseUnit<?> unit) Returns the normalization transform of the specified base unit (IDENTITYif the base unit is not recognized).static voidselect()Selects the relativistic model as the current model.Methods inherited from class org.jscience.physics.model.PhysicalModel
current, setCurrent
-
Constructor Details
-
RelativisticModel
public RelativisticModel()
-
-
Method Details
-
select
public static void select()Selects the relativistic model as the current model. -
getDimension
Description copied from interface:Dimension.ModelReturns the dimension of the specified base unit (a dimension particular to the base unit if the base unit is not recognized).- Parameters:
unit- the base unit for which the dimension is returned.- Returns:
- the dimension of the specified unit.
-
getTransform
Description copied from interface:Dimension.ModelReturns the normalization transform of the specified base unit (IDENTITYif the base unit is not recognized).- Parameters:
unit- the base unit for which the transform is returned.- Returns:
- the normalization transform.
-