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 |
Dimension.AMOUNT_OF_SUBSTANCE
Holds amount of substance dimension (N).
|
static Dimension |
Dimension.ELECTRIC_CURRENT
Holds electric current dimension (I).
|
static Dimension |
Dimension.LENGTH
Holds length dimension (L).
|
static Dimension |
Dimension.MASS
Holds mass dimension (M).
|
static Dimension |
Dimension.NONE
Holds dimensionless.
|
static Dimension |
Dimension.TEMPERATURE
Holds temperature dimension (θ).
|
static Dimension |
Dimension.TIME
Holds time dimension (T).
|
Modifier and Type | Method and Description |
---|---|
Dimension |
Dimension.divide(Dimension that)
Returns the quotient of this dimension with the one specified.
|
Dimension |
Unit.getDimension()
Returns the dimension of this unit (depends upon the current
dimensional
model ). |
Dimension |
Dimension.Model.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).
|
Dimension |
Dimension.pow(int n)
Returns this dimension raised to an exponent.
|
Dimension |
Dimension.root(int n)
Returns the given root of this dimension.
|
Dimension |
Dimension.times(Dimension that)
Returns the product of this dimension with the one specified.
|
Modifier and Type | Method and Description |
---|---|
Dimension |
Dimension.divide(Dimension that)
Returns the quotient of this dimension with the one specified.
|
Dimension |
Dimension.times(Dimension that)
Returns the product of this dimension with the one specified.
|
Modifier and Type | Method and Description |
---|---|
Dimension |
StandardModel.getDimension(BaseUnit<?> unit) |
Dimension |
RelativisticModel.getDimension(BaseUnit<?> unit) |
Dimension |
QuantumModel.getDimension(BaseUnit<?> unit) |
Dimension |
NaturalModel.getDimension(BaseUnit<?> unit) |
Dimension |
HighEnergyModel.getDimension(BaseUnit<?> unit) |
Copyright © 2012. All Rights Reserved.