Knopflerfish OSGi bundle measurement 4.0.0
A C D E F G H J K L M N O P R S T U V W

A

A - Static variable in class org.osgi.util.measurement.Unit
The electric current unit ampere (A)
add(Measurement) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the sum of this object added to the specified object.
add(double, Unit) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the sum of this object added to the specified value.
add(double) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the sum of this object added to the specified value.

C

C - Static variable in class org.osgi.util.measurement.Unit
The electric charge unit coulomb (C).
cd - Static variable in class org.osgi.util.measurement.Unit
The luminous intensity unit candela (cd)
compareTo(Object) - Method in class org.osgi.util.measurement.Measurement
Compares this object with the specified object for order.

D

div(Measurement) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the quotient of this object divided by the specified object.
div(double, Unit) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the quotient of this object divided by the specified value.
div(double) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the quotient of this object divided by the specified value.

E

equals(Object) - Method in class org.osgi.util.measurement.Measurement
Returns whether the specified object is equal to this object.
equals(Object) - Method in class org.osgi.util.measurement.State
Return whether the specified object is equal to this object.
equals(Object) - Method in class org.osgi.util.measurement.Unit
Checks whether this Unit object is equal to the specified Unit object.

F

F - Static variable in class org.osgi.util.measurement.Unit
The capacitance unit farad (F).

G

getError() - Method in class org.osgi.util.measurement.Measurement
Returns the error of this Measurement object.
getName() - Method in class org.osgi.util.measurement.State
Returns the name of this State.
getTime() - Method in class org.osgi.util.measurement.Measurement
Returns the time at which this Measurement object was taken.
getTime() - Method in class org.osgi.util.measurement.State
Returns the time with which this State was created.
getUnit() - Method in class org.osgi.util.measurement.Measurement
Returns the Unit object of this Measurement object.
getValue() - Method in class org.osgi.util.measurement.Measurement
Returns the value of this Measurement object.
getValue() - Method in class org.osgi.util.measurement.State
Returns the value of this State.
Gy - Static variable in class org.osgi.util.measurement.Unit
The absorbed dose unit gray (Gy).

H

hashCode() - Method in class org.osgi.util.measurement.Measurement
Returns a hash code value for this object.
hashCode() - Method in class org.osgi.util.measurement.State
Returns a hash code value for this object.
hashCode() - Method in class org.osgi.util.measurement.Unit
Returns the hash code for this object.
Hz - Static variable in class org.osgi.util.measurement.Unit
The frequency unit hertz (Hz).

J

J - Static variable in class org.osgi.util.measurement.Unit
The energy unit joule (J).

K

K - Static variable in class org.osgi.util.measurement.Unit
The temperature unit kelvin (K)
kat - Static variable in class org.osgi.util.measurement.Unit
The catalytic activity unit katal (kat).
kg - Static variable in class org.osgi.util.measurement.Unit
The mass unit kilogram (kg)

L

lx - Static variable in class org.osgi.util.measurement.Unit
The illuminance unit lux (lx).

M

m - Static variable in class org.osgi.util.measurement.Unit
The length unit meter (m)
m2 - Static variable in class org.osgi.util.measurement.Unit
The area unit square meter(m 2 )
m3 - Static variable in class org.osgi.util.measurement.Unit
The volume unit cubic meter (m 3 )
m_s - Static variable in class org.osgi.util.measurement.Unit
The speed unit meter per second (m/s)
m_s2 - Static variable in class org.osgi.util.measurement.Unit
The acceleration unit meter per second squared (m/s 2 )
Measurement - Class in org.osgi.util.measurement
Represents a value with an error, a unit and a time-stamp.
Measurement(double, double, Unit, long) - Constructor for class org.osgi.util.measurement.Measurement
Create a new Measurement object.
Measurement(double, double, Unit) - Constructor for class org.osgi.util.measurement.Measurement
Create a new Measurement object with a time of zero.
Measurement(double, Unit) - Constructor for class org.osgi.util.measurement.Measurement
Create a new Measurement object with an error of 0.0 and a time of zero.
Measurement(double) - Constructor for class org.osgi.util.measurement.Measurement
Create a new Measurement object with an error of 0.0, a unit of unity and a time of zero.
mol - Static variable in class org.osgi.util.measurement.Unit
The amount of substance unit mole (mol)
mul(Measurement) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the product of this object multiplied by the specified object.
mul(double, Unit) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the product of this object multiplied by the specified value.
mul(double) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the product of this object multiplied by the specified value.

N

N - Static variable in class org.osgi.util.measurement.Unit
The force unit newton (N).

O

Ohm - Static variable in class org.osgi.util.measurement.Unit
The electric resistance unit ohm.
org.osgi.util.measurement - package org.osgi.util.measurement
Measurement Package Version 1.0.

P

Pa - Static variable in class org.osgi.util.measurement.Unit
The pressure unit pascal (Pa).

R

rad - Static variable in class org.osgi.util.measurement.Unit
The angle unit radians (rad)

S

s - Static variable in class org.osgi.util.measurement.Unit
The time unit second (s)
S - Static variable in class org.osgi.util.measurement.Unit
The electric conductance unit siemens (S).
State - Class in org.osgi.util.measurement
Groups a state name, value and timestamp.
State(int, String, long) - Constructor for class org.osgi.util.measurement.State
Create a new State object.
State(int, String) - Constructor for class org.osgi.util.measurement.State
Create a new State object with a time of 0.
sub(Measurement) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the subtraction of the specified object from this object.
sub(double, Unit) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the subtraction of the specified value from this object.
sub(double) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the subtraction of the specified value from this object.

T

T - Static variable in class org.osgi.util.measurement.Unit
The magnetic flux density unit tesla (T).
toString() - Method in class org.osgi.util.measurement.Measurement
Returns a String object representing this Measurement object.
toString() - Method in class org.osgi.util.measurement.State
Returns a String object representing this object.
toString() - Method in class org.osgi.util.measurement.Unit
Returns a String object representing the Unit

U

Unit - Class in org.osgi.util.measurement
A unit system for measurements.
unity - Static variable in class org.osgi.util.measurement.Unit
No Unit (Unity)

V

V - Static variable in class org.osgi.util.measurement.Unit
The electric potential difference unit volt (V).

W

W - Static variable in class org.osgi.util.measurement.Unit
The power unit watt (W).
Wb - Static variable in class org.osgi.util.measurement.Unit
The magnetic flux unit weber (Wb).

A C D E F G H J K L M N O P R S T U V W
Knopflerfish OSGi ${version}