- 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 javax.measure.format.ParserException
-
Returns the string that was being parsed.
- getPosition() - Method in exception javax.measure.format.ParserException
-
Returns the position where the error was found.
- getPriority() - Method in interface javax.measure.spi.ServiceProvider
-
This method allows to define a priority for a registered ServiceProvider instance.
- getProductDimensions() - Method in interface javax.measure.Dimension
-
Returns the fundamental dimensions and their exponent whose product is
this dimension, or null
if this dimension is a fundamental dimension.
- getProductUnits() - 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).
- getService(Class<T>) - Method in interface javax.measure.spi.ServiceProvider
-
Access a single service, given its type.
- getServices(Class<T>) - Method in interface javax.measure.spi.ServiceProvider
-
Access a list of services, given its type.
- getSymbol() - Method in interface javax.measure.Unit
-
Returns the symbol (if any) of this unit.
- getSystemOfUnits() - Method in interface javax.measure.spi.SystemOfUnitsService
-
- getSystemOfUnits(String) - Method in interface javax.measure.spi.SystemOfUnitsService
-
Returns the system of units having the specified name or
null
if none.
- 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.
- getUnits() - Method in interface javax.measure.spi.SystemOfUnits
-
Returns a read only view over the units defined in 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
.
- MagneticFieldStrength - Interface in javax.measure.quantity
-
Magnetic field strength.
- MagneticFlux - Interface in javax.measure.quantity
-
Magnetic flux.
- MagneticFluxDensity - Interface in javax.measure.quantity
-
Magnetic flux density.
- MagneticPermeability - Interface in javax.measure.quantity
-
Degree of magnetization of a material that responds linearly
to an applied magnetic field.
- MagnetomotiveForce - Interface in javax.measure.quantity
-
Force that produces magnetic flux.
- Mass - Interface in javax.measure.quantity
-
Measure of the quantity of matter that a body or an object contains.
- MassFlowRate - Interface in javax.measure.quantity
-
Movement of mass per time.
- MeasurementException - Exception in javax.measure
-
Exception thrown when errors occur during measurement operations.
- MeasurementException(String) - Constructor for exception javax.measure.MeasurementException
-
Constructs a MeasurementException
with the given message.
- MeasurementException(Throwable) - Constructor for exception javax.measure.MeasurementException
-
Constructs a MeasurementException
with the given cause.
- MeasurementException(String, Throwable) - Constructor for exception javax.measure.MeasurementException
-
Constructs a MeasurementException
with the given message and cause.
- MeasurementException() - Constructor for exception javax.measure.MeasurementException
-
Constructs a MeasurementException
with no given message.
- multiply(Dimension) - Method in interface javax.measure.Dimension
-
Returns the product of this dimension with the one specified.
- multiply(Length) - Method in interface javax.measure.quantity.Length
-
Returns the product of this
Length
with the one specified resulting in
Area
- multiply(Quantity<?>) - Method in interface javax.measure.Quantity
-
Returns the product of this Quantity
with the one specified.
- multiply(Number) - Method in interface javax.measure.Quantity
-
Returns the product of this Quantity
with the Number
value
specified.
- multiply(double) - Method in interface javax.measure.Unit
-
Returns the result of multiplying this unit by the specified factor.
- multiply(Unit<?>) - Method in interface javax.measure.Unit
-
Returns the product of this unit with the one specified.