|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnitID | |
---|---|
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 UnitID in ucar.units |
---|
Subclasses of UnitID in ucar.units | |
---|---|
class |
UnitName
Provides support for unit names. |
class |
UnitSymbol
Provides support for symbols for units. |
Methods in ucar.units that return UnitID | |
---|---|
static UnitID |
UnitID.newUnitID(String name,
String plural,
String symbol)
Factory method for constructing an identifier from a name, plural, and symbol. |
Methods in ucar.units with parameters of type UnitID | |
---|---|
void |
UnitDBImpl.addAlias(UnitID alias,
String name)
Adds an alias for a unit already in the database. |
void |
UnitDB.addAlias(UnitID id,
String name)
Adds an alias for a unit to the database. |
Constructors in ucar.units with parameters of type UnitID | |
---|---|
NoSuchUnitException(UnitID id)
Constructs from a unit identifier. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |