Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- Acceleration - Interface in javax.measure.quantity
-
Rate of change of velocity with respect to time.
- add(Quantity<Q>) - Method in interface javax.measure.Quantity
-
Returns the sum of this
Quantity
with the one specified. - alternate(String) - Method in interface javax.measure.Unit
-
Returns a system unit equivalent to this unscaled standard unit but used in expressions to distinguish between quantities of a different nature but of the same dimensions.
- AmountOfSubstance - Interface in javax.measure.quantity
-
Number of elementary entities (molecules, for example) of a substance.
- Angle - Interface in javax.measure.quantity
-
Figure formed by two lines diverging from a common point.
- Area - Interface in javax.measure.quantity
-
Extent of a planar region or of the surface of a solid measured in square units.
- asType(Class<T>) - Method in interface javax.measure.Quantity
-
Casts this quantity to a parameterized unit of specified nature or throw a
ClassCastException
if the dimension of the specified quantity and this measure unit's dimension do not match. - asType(Class<T>) - Method in interface javax.measure.Unit
-
Casts this unit to a parameterized unit of specified nature or throw a
ClassCastException
if the dimension of the specified quantity and this unit's dimension do not match. - available() - Static method in class javax.measure.spi.ServiceProvider
-
Returns the list of available service providers.
C
- CatalyticActivity - Interface in javax.measure.quantity
-
Catalytic activity.
- concatenate(UnitConverter) - Method in interface javax.measure.UnitConverter
-
Concatenates this converter with another converter.
- convert(double) - Method in interface javax.measure.UnitConverter
-
Converts a
double
value. - convert(Number) - Method in interface javax.measure.UnitConverter
-
Converts a
Number
value. - create(Number, Unit<Q>) - Method in interface javax.measure.spi.QuantityFactory
-
Returns the quantity for the specified number stated in the specified unit.
- current() - Static method in class javax.measure.spi.ServiceProvider
-
Returns the current
ServiceProvider
.
D
- data - Variable in exception class javax.measure.format.ParserException
-
The original input data.
- Dimension - Interface in javax.measure
-
Represents the dimension of a unit.
- Dimensionless - Interface in javax.measure.quantity
-
Dimensionless quantity.
- divide(double) - Method in interface javax.measure.Unit
-
Returns the result of dividing this unit by an approximate divisor.
- divide(Number) - Method in interface javax.measure.Quantity
-
Returns the product of this
Quantity
divided by theNumber
specified. - divide(Dimension) - Method in interface javax.measure.Dimension
-
Returns the quotient of this dimension with the one specified.
- divide(Quantity<?>) - Method in interface javax.measure.Quantity
-
Returns the product of this
Quantity
divided by theQuantity
specified. - divide(Unit<?>) - Method in interface javax.measure.Unit
-
Returns the quotient of this unit with the one specified.
E
- ElectricCapacitance - Interface in javax.measure.quantity
-
Electric capacitance.
- ElectricCharge - Interface in javax.measure.quantity
-
Electric charge.
- ElectricConductance - Interface in javax.measure.quantity
-
Electric conductance.
- ElectricCurrent - Interface in javax.measure.quantity
-
Amount of electric charge flowing past a specified circuit point per unit time.
- ElectricInductance - Interface in javax.measure.quantity
-
Electric inductance.
- ElectricPotential - Interface in javax.measure.quantity
-
Electric potential or electromotive force.
- ElectricResistance - Interface in javax.measure.quantity
-
Electric resistance.
- Energy - Interface in javax.measure.quantity
-
Capacity of a physical system to do work.
F
- Force - Interface in javax.measure.quantity
-
Quantity that tends to produce an acceleration of a body in the direction of its application.
- format(Unit<?>) - Method in interface javax.measure.format.UnitFormat
-
Formats the specified
Unit
. - format(Unit<?>, Appendable) - Method in interface javax.measure.format.UnitFormat
-
Formats the specified
Unit
. - Frequency - Interface in javax.measure.quantity
-
Number of times a specified phenomenon occurs within a specified interval.
G
- getAvailableFormatNames() - Method in interface javax.measure.spi.UnitFormatService
-
Gets a list with available format names for this format service.
- getAvailableSystemsOfUnits() - Method in interface javax.measure.spi.SystemOfUnitsService
-
Gets a list with available systems for this
SystemOfUnitsService
. - getBaseDimensions() - Method in interface javax.measure.Dimension
-
Returns the (fundamental) base dimensions and their exponent whose product is this dimension, or
null
if this dimension is a base dimension. - getBaseUnits() - Method in interface javax.measure.Unit
-
Returns the base units and their exponent whose product is this unit, or
null
if this unit is a base unit (not a product of existing units). - getConversionSteps() - Method in interface javax.measure.UnitConverter
-
Returns the steps of fundamental converters making up this converter or
this
if the converter is a fundamental converter. - getConverterTo(Unit<Q>) - Method in interface javax.measure.Unit
-
Returns a converter of numeric values from this unit to another unit of same type.
- getConverterToAny(Unit<?>) - Method in interface javax.measure.Unit
-
Returns a converter from this unit to the specified unit of type unknown.
- getDimension() - Method in interface javax.measure.Unit
-
Returns the dimension of this unit.
- getName() - Method in interface javax.measure.spi.SystemOfUnits
- getName() - Method in interface javax.measure.Unit
-
Returns the name (if any) of this unit.
- getParsedString() - Method in exception class javax.measure.format.ParserException
-
Returns the string that was being parsed.
- getPosition() - Method in exception class javax.measure.format.ParserException
-
Returns the position where the error was found.
- getPriority() - Method in class javax.measure.spi.ServiceProvider
-
This method allows to define a priority for a registered ServiceProvider instance.
- getProviders() - Static method in class javax.measure.spi.ServiceProvider
-
Gets all
ServiceProvider
. - getQuantityFactory(Class<Q>) - Method in class javax.measure.spi.ServiceProvider
-
Return a factory for this
Quantity
. - getSymbol() - Method in interface javax.measure.Unit
-
Returns the symbol (if any) of this unit.
- getSystemOfUnits() - Method in interface javax.measure.spi.SystemOfUnitsService
-
Returns the default
system of units
. - getSystemOfUnits(String) - Method in interface javax.measure.spi.SystemOfUnitsService
-
Returns the system of units having the specified name or
null
if none. - getSystemOfUnitsService() - Method in class javax.measure.spi.ServiceProvider
-
Returns the service to obtain a
SystemOfUnits
, ornull
if none. - getSystemUnit() - Method in interface javax.measure.spi.QuantityFactory
-
Returns the system unit for quantities produced by this factory or
null
if unknown. - getSystemUnit() - Method in interface javax.measure.Unit
-
Returns the unscaled system unit from which this unit is derived.
- getUnit() - Method in interface javax.measure.Quantity
-
Returns the unit of this
Quantity
. - getUnit(Class<Q>) - Method in interface javax.measure.spi.SystemOfUnits
-
Returns the default unit for the specified quantity.
- getUnitFormat() - Method in interface javax.measure.spi.UnitFormatService
-
Returns the default unit format.
- getUnitFormat(String) - Method in interface javax.measure.spi.UnitFormatService
-
Returns the unit format having the specified name or
null
if none. - getUnitFormatService() - Method in class javax.measure.spi.ServiceProvider
-
Returns the service to obtain a
UnitFormat
, ornull
if none. - getUnits() - Method in interface javax.measure.spi.SystemOfUnits
-
Returns a read only view over the units explicitly defined by this system.
- getUnits(Dimension) - Method in interface javax.measure.spi.SystemOfUnits
-
Returns the units defined in this system having the specified dimension (convenience method).
- getValue() - Method in interface javax.measure.Quantity
-
Returns the value of this
Quantity
.
I
- Illuminance - Interface in javax.measure.quantity
-
Illuminance.
- IncommensurableException - Exception Class in javax.measure
-
Signals that a problem of some sort has occurred due to incommensurable of some quantities/units.
- IncommensurableException(String) - Constructor for exception class javax.measure.IncommensurableException
-
Constructs a
IncommensurableException
with the given message. - IncommensurableException(String, Throwable) - Constructor for exception class javax.measure.IncommensurableException
-
Constructs a
IncommensurableException
with the given message and cause. - IncommensurableException(Throwable) - Constructor for exception class javax.measure.IncommensurableException
-
Constructs a
IncommensurableException
with the given cause. - inverse() - Method in interface javax.measure.Quantity
-
Returns a
Quantity
whose unit isunit.inverse()
. - inverse() - Method in interface javax.measure.Unit
-
Returns the inverse of this unit.
- inverse() - Method in interface javax.measure.UnitConverter
-
Returns the inverse of this converter.
- isCompatible(Unit<?>) - Method in interface javax.measure.Unit
-
Indicates if this unit is compatible with the unit specified.
- isIdentity() - Method in interface javax.measure.UnitConverter
-
Indicates if this converter is an identity converter.
- isLinear() - Method in interface javax.measure.UnitConverter
-
Indicates if this converter is linear.
- isLocaleSensitive() - Method in interface javax.measure.format.UnitFormat
J
- javax.measure - package javax.measure
-
Specifies Java packages for the programmatic, type safe handling of quantities and their expression as values of units.
- javax.measure.format - package javax.measure.format
-
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
- javax.measure.quantity - package javax.measure.quantity
-
[OPTIONAL] Provides quantitative properties or attributes of thing such as mass, time, distance, heat, and angular separation.
- javax.measure.spi - package javax.measure.spi
-
[OPTIONAL] The Units of Measurement SPI.
L
- label(Unit<?>, String) - Method in interface javax.measure.format.UnitFormat
-
Attaches a system-wide label to the specified unit.
- Length - Interface in javax.measure.quantity
-
Extent of something along its greatest dimension or the extent of space between two objects or places.
- LOCK - Static variable in class javax.measure.spi.ServiceProvider
-
Synchronization lock for searching or setting the service providers.
- LuminousFlux - Interface in javax.measure.quantity
-
Luminous flux.
- LuminousIntensity - Interface in javax.measure.quantity
-
Luminous flux density per solid angle as measured in a given direction relative to the emitting source.
M
- MagneticFlux - Interface in javax.measure.quantity
-
Magnetic flux.
- MagneticFluxDensity - Interface in javax.measure.quantity
-
Magnetic flux density.
- Mass - Interface in javax.measure.quantity
-
Measure of the quantity of matter that a body or an object contains.
- MeasurementException - Exception Class in javax.measure
-
Exception used to indicate a problem while dealing with units of measurement.
- MeasurementException() - Constructor for exception class javax.measure.MeasurementException
-
Constructs a
MeasurementException
with no given message. - MeasurementException(String) - Constructor for exception class javax.measure.MeasurementException
-
Constructs a
MeasurementException
with the given message. - MeasurementException(String, Throwable) - Constructor for exception class javax.measure.MeasurementException
-
Constructs a
MeasurementException
with the given message and cause. - MeasurementException(Throwable) - Constructor for exception class javax.measure.MeasurementException
-
Constructs a
MeasurementException
with the given cause. - multiply(double) - Method in interface javax.measure.Unit
-
Returns the result of multiplying this unit by the specified factor.
- multiply(Number) - Method in interface javax.measure.Quantity
-
Returns the product of this
Quantity
with theNumber
value specified. - multiply(Dimension) - Method in interface javax.measure.Dimension
-
Returns the product of this dimension with the one specified.
- multiply(Quantity<?>) - Method in interface javax.measure.Quantity
-
Returns the product of this
Quantity
with the one specified. - multiply(Unit<?>) - Method in interface javax.measure.Unit
-
Returns the product of this unit with the one specified.
P
- parse(CharSequence) - Method in interface javax.measure.format.UnitFormat
-
Parses the text into an instance of
Unit
. - ParserException - Exception Class in javax.measure.format
-
Signals that an error has been reached unexpectedly while parsing.
- ParserException(CharSequence, int) - Constructor for exception class javax.measure.format.ParserException
-
Constructs a ParserException with the parsed text and offset.
- ParserException(String, CharSequence, int) - Constructor for exception class javax.measure.format.ParserException
-
Constructs a ParserException with the specified detail message, parsed text and index.
- ParserException(Throwable) - Constructor for exception class javax.measure.format.ParserException
-
Constructs a ParserException with the specified cause.
- position - Variable in exception class javax.measure.format.ParserException
-
The zero-based character position in the string being parsed at which the error was found while parsing.
- pow(int) - Method in interface javax.measure.Dimension
-
Returns this dimension raised to an exponent.
- pow(int) - Method in interface javax.measure.Unit
-
Returns a unit equals to this unit raised to an exponent.
- Power - Interface in javax.measure.quantity
-
Rate at which work is done.
- Pressure - Interface in javax.measure.quantity
-
Force applied uniformly over a surface.
- providers - Static variable in class javax.measure.spi.ServiceProvider
-
All service providers found, sorted in preference order.
Q
- Quantity<Q> - Interface in javax.measure
-
Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
- QuantityFactory<Q> - Interface in javax.measure.spi
R
- RadiationDoseAbsorbed - Interface in javax.measure.quantity
-
Amount of energy deposited per unit of mass.
- RadiationDoseEffective - Interface in javax.measure.quantity
-
Effective (or "equivalent") dose of radiation received by a human or some other living organism.
- Radioactivity - Interface in javax.measure.quantity
-
Radioactive activity.
- root(int) - Method in interface javax.measure.Dimension
-
Returns the given root of this dimension.
- root(int) - Method in interface javax.measure.Unit
-
Returns a unit equals to the given root of this unit.
S
- serialVersionUID - Static variable in exception class javax.measure.format.ParserException
- serialVersionUID - Static variable in exception class javax.measure.IncommensurableException
-
For cross-version compatibility.
- serialVersionUID - Static variable in exception class javax.measure.MeasurementException
-
For cross-version compatibility.
- serialVersionUID - Static variable in exception class javax.measure.UnconvertibleException
-
For cross-version compatibility.
- ServiceProvider - Class in javax.measure.spi
-
Service Provider for Units of Measurement services.
- ServiceProvider() - Constructor for class javax.measure.spi.ServiceProvider
-
Creates a new service provider.
- setCurrent(ServiceProvider) - Static method in class javax.measure.spi.ServiceProvider
-
Replaces the current
ServiceProvider
. - shift(double) - Method in interface javax.measure.Unit
-
Returns the result of setting the origin of the scale of measurement to the given value.
- SolidAngle - Interface in javax.measure.quantity
-
Angle formed by three or more planes intersecting at a common point.
- Speed - Interface in javax.measure.quantity
-
Distance traveled divided by the time of travel.
- subtract(Quantity<Q>) - Method in interface javax.measure.Quantity
-
Returns the difference between this
Quantity
and the one specified. - Synchronization - Search tag in interface javax.measure.format.UnitFormat
- Section
- SystemOfUnits - Interface in javax.measure.spi
-
A system of units grouped together for historical or cultural reasons.
Common system of units are "SI" (System International), "Imperial" (British), "US" (US Customary). - SystemOfUnitsService - Interface in javax.measure.spi
-
This interface represents the service to obtain a
system of units
.
T
- Temperature - Interface in javax.measure.quantity
-
Degree of hotness or coldness of a body or an environment.
- Time - Interface in javax.measure.quantity
-
Period of existence or persistence.
- to(Unit<Q>) - Method in interface javax.measure.Quantity
-
Returns this
Quantity
converted into another (compatible)Unit
. - toString() - Method in interface javax.measure.Unit
-
Returns a string representation of this unit.
- transform(UnitConverter) - Method in interface javax.measure.Unit
-
Returns the unit derived from this unit using the specified converter.
U
- UnconvertibleException - Exception Class in javax.measure
-
Signals that a problem of some sort has occurred due to the impossibility of constructing a converter between two units.
- UnconvertibleException(String) - Constructor for exception class javax.measure.UnconvertibleException
-
Constructs a
UnconvertibleException
with the given message. - UnconvertibleException(String, Throwable) - Constructor for exception class javax.measure.UnconvertibleException
-
Constructs a
UnconvertibleException
with the given message and cause. - UnconvertibleException(Throwable) - Constructor for exception class javax.measure.UnconvertibleException
-
Constructs a
UnconvertibleException
with the given cause. - Unit<Q> - Interface in javax.measure
-
Represents a determinate quantity (as of length, time, heat, or value) adopted as a standard of measurement.
- UnitConverter - Interface in javax.measure
-
A converter of numeric values between different units.
- UnitFormat - Interface in javax.measure.format
- UnitFormatService - Interface in javax.measure.spi
-
This interface represent the service to obtain
UnitFormat
instances.
V
- Volume - Interface in javax.measure.quantity
-
Amount of space occupied by a three-dimensional object or region of space.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form