|
JScience v3.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.physics.models.PhysicalModel
org.jscience.physics.models.HighEnergyModel
public class HighEnergyModel
This class represents the high-energy model.
| Field Summary |
|---|
| Fields inherited from interface javax.measure.units.Dimension.Model |
|---|
STANDARD |
| Constructor Summary | |
|---|---|
HighEnergyModel()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.jscience.physics.models.PhysicalModel |
|---|
current, setCurrent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HighEnergyModel()
| Method Detail |
|---|
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.ModelIDENTITY if the base unit is
not recognized).
unit - the base unit for which the transform is returned.
|
JScience v3.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||