Uses of Class
org.osgi.util.measurement.Unit
-
Packages that use Unit Package Description org.osgi.util.measurement -
-
Uses of Unit in org.osgi.util.measurement
Fields in org.osgi.util.measurement declared as Unit Modifier and Type Field Description static UnitUnit. AThe electric current unit ampere (A)static UnitUnit. CThe electric charge unit coulomb (C).static UnitUnit. cdThe luminous intensity unit candela (cd)static UnitUnit. FThe capacitance unit farad (F).static UnitUnit. GyThe absorbed dose unit gray (Gy).static UnitUnit. HzThe frequency unit hertz (Hz).static UnitUnit. JThe energy unit joule (J).static UnitUnit. KThe temperature unit kelvin (K)static UnitUnit. katThe catalytic activity unit katal (kat).static UnitUnit. kgThe mass unit kilogram (kg)static UnitUnit. lxThe illuminance unit lux (lx).static UnitUnit. mThe length unit meter (m)static UnitUnit. m_sThe speed unit meter per second (m/s)static UnitUnit. m_s2The acceleration unit meter per second squared (m/s 2 )static UnitUnit. m2The area unit square meter(m 2 )static UnitUnit. m3The volume unit cubic meter (m 3 )static UnitUnit. molThe amount of substance unit mole (mol)static UnitUnit. NThe force unit newton (N).static UnitUnit. OhmThe electric resistance unit ohm.static UnitUnit. PaThe pressure unit pascal (Pa).static UnitUnit. radThe angle unit radians (rad)static UnitUnit. sThe time unit second (s)static UnitUnit. SThe electric conductance unit siemens (S).static UnitUnit. TThe magnetic flux density unit tesla (T).static UnitUnit. unityNo Unit (Unity)static UnitUnit. VThe electric potential difference unit volt (V).static UnitUnit. WThe power unit watt (W).static UnitUnit. WbThe magnetic flux unit weber (Wb).Methods in org.osgi.util.measurement that return Unit Modifier and Type Method Description UnitMeasurement. getUnit()Returns theUnitobject of thisMeasurementobject.Methods in org.osgi.util.measurement with parameters of type Unit Modifier and Type Method Description MeasurementMeasurement. add(double d, Unit u)Returns a newMeasurementobject that is the sum of this object added to the specified value.MeasurementMeasurement. div(double d, Unit u)Returns a newMeasurementobject that is the quotient of this object divided by the specified value.MeasurementMeasurement. mul(double d, Unit u)Returns a newMeasurementobject that is the product of this object multiplied by the specified value.MeasurementMeasurement. sub(double d, Unit u)Returns a newMeasurementobject that is the subtraction of the specified value from this object.Constructors in org.osgi.util.measurement with parameters of type Unit Constructor Description Measurement(double value, double error, Unit unit)Create a newMeasurementobject with a time of zero.Measurement(double value, double error, Unit unit, long time)Create a newMeasurementobject.Measurement(double value, Unit unit)Create a newMeasurementobject with an error of 0.0 and a time of zero.
-