|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseQuantity | |
---|---|
ucar.units | Provides support for parsing and formatting string unit specification, converting numerical values between compatible units, and performing arithmetic on units (such as dividing one unit by another). |
Uses of BaseQuantity in ucar.units |
---|
Subclasses of BaseQuantity in ucar.units | |
---|---|
class |
RegularBaseQuantity
Provides support for a base quantity that is dimensionfull. |
class |
SupplementaryBaseQuantity
Provides support for supplementary base quantities. |
class |
UnknownBaseQuantity
Provides support for an unknown base quantity. |
Methods in ucar.units that return BaseQuantity | |
---|---|
BaseQuantity |
BaseUnit.getBaseQuantity()
Returns the base quantity associated with this base unit. |
Methods in ucar.units with parameters of type BaseQuantity | |
---|---|
int |
BaseQuantity.compareTo(BaseQuantity that)
Compares this base quantity to another base quantity. |
BaseUnit |
UnitSystem.getBaseUnit(BaseQuantity quantity)
Returns the base unit corresponding to a base quantity. |
BaseUnit |
UnitSystemImpl.getBaseUnit(BaseQuantity quantity)
Returns the base unit corresponding to a base quantity. |
static BaseUnit |
BaseUnit.getOrCreate(UnitName id,
BaseQuantity baseQuantity)
Factory method for creating a new BaseUnit or obtaining a previously-created one. |
Constructors in ucar.units with parameters of type BaseQuantity | |
---|---|
BaseUnit(UnitName id,
BaseQuantity baseQuantity)
Constructs from identifiers and a base quantity. |
|
QuantityDimension(BaseQuantity baseQuantity)
Constructs from a base quantity. |
|
QuantityExistsException(BaseQuantity quantity)
Constructs from the base quantity being redefined. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |