Package | Description |
---|---|
javax.measure.unit |
Provides support for programatic unit handling.
|
org.jscience.physics.model |
Provides models for physical quantities.
|
Modifier and Type | Field and Description |
---|---|
static Dimension.Model |
Dimension.Model.STANDARD
Holds the standard model (default).
|
Modifier and Type | Method and Description |
---|---|
static Dimension.Model |
Dimension.getModel()
Returns the model used to determinate the units dimensions
(default
STANDARD ). |
Modifier and Type | Method and Description |
---|---|
static void |
Dimension.setModel(Dimension.Model model)
Sets the model used to determinate the units dimensions.
|
Modifier and Type | Class and Description |
---|---|
class |
HighEnergyModel
This class represents the high-energy model.
|
class |
NaturalModel
This class represents the natural model.
|
class |
PhysicalModel
This abstract class represents a physical model.
|
class |
QuantumModel
This class represents the quantum model.
|
class |
RelativisticModel
This class represents the relativistic model.
|
class |
StandardModel
This class represents the standard model.
|
Copyright © 2012. All Rights Reserved.