|
|||||||||
| 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.QuantumModel
public final class QuantumModel
This class represents the quantum model.
| Field Summary |
|---|
| Fields inherited from interface javax.measure.unit.Dimension.Model |
|---|
STANDARD |
| Constructor Summary | |
|---|---|
QuantumModel()
|
|
| 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 QuantumModel()
| 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||