| ASCII_CharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| BaseQuantity |
Provides support for abstract base quantities (ex: length, time).
|
| BaseUnit |
Provides support for base units.
|
| ConverterImpl |
Provides support for implementations of unit converters.
|
| DerivedUnitImpl |
Provides support for a concrete implementation of derived units.
|
| Dimension |
Provides support for the concept of "dimension": pairs of base entities and
exponents.
|
| Factor |
Provides support for a Base/exponent pair.
|
| LogarithmicUnit |
Provides support for units that are based on a logarithm of the ratio of a
physical quantity to an underlying reference level.
|
| OffsetUnit |
Provides support for units that are offset from reference units (ex: as the
unit "degree Celsius" is offset from the reference unit "kelvin").
|
| Prefix |
Provides support for unit prefixes (e.g.
|
| PrefixDBImpl |
Provides a concrete implementation of a database of unit prefixes.
|
| PrefixDBManager |
Provides support for managing a database of unit prefixes.
|
| PrefixName |
Provides support for prefix names and numeric values.
|
| PrefixSymbol |
Provides support for prefix symbols.
|
| QuantityDimension |
Provides support for the dimension of a quantity.
|
| RegularBaseQuantity |
Provides support for a base quantity that is dimensionfull.
|
| ScaledUnit |
Provides support for a unit that is a mutiplicative factor of a reference
unit.
|
| SI |
Provides support for the International System of Units (SI).
|
| SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| StandardPrefixDB |
Provides support for a database of standard unit prefixes.
|
| StandardUnitDB |
Provides support for a database of standard units.
|
| StandardUnitFormat |
Standard formatter/parser for unit specifications.
|
| StandardUnitFormatTokenManager |
Token Manager.
|
| SupplementaryBaseQuantity |
Provides support for supplementary base quantities.
|
| TimeScaleUnit |
Provides support for a reference time unit whose origin is at a certain time.
|
| TimeScaleUnit.MyConverter |
Provides support for Converter-s.
|
| Token |
Describes the input token stream.
|
| UnitDBImpl |
Provides most of a concrete implementation of a database of units.
|
| UnitDBManager |
Provides support for managing a default unit database.
|
| UnitDimension |
|
| UnitFormatImpl |
Provides support for classes that parse and format unit specifications.
|
| UnitFormatManager |
Provides support for managing a default UnitFormat.
|
| UnitID |
Provides support for unit identifiers.
|
| UnitImpl |
Provides support for classes that implement units.
|
| UnitImpl.MyConverter |
Provides support for converting numeric values from this unit to another
unit.
|
| UnitName |
Provides support for unit names.
|
| UnitSymbol |
Provides support for symbols for units.
|
| UnitSystemImpl |
|
| UnitSystemManager |
Provides support for managing a UnitSystem.
|
| UnknownBaseQuantity |
Provides support for an unknown base quantity.
|
| UnknownUnit |
Provides support for unknown base units.
|