- findConvertibleUnits(Unit) - Method in class no.petroware.uom.UnitManager
-
Return all units that are convertible with the specified unit.
- findConvertibleUnits(String) - Method in class no.petroware.uom.UnitManager
-
Return all units that are convertible with the unit of the specified
symbol.
- findQuantities(Unit) - Method in class no.petroware.uom.UnitManager
-
Return all quantities that includes the specified unit.
- findQuantities(String) - Method in class no.petroware.uom.UnitManager
-
Return all quantities that includes the unit of the specified symbol.
- findQuantity(String) - Method in class no.petroware.uom.UnitManager
-
Find quantity of the given name.
- findQuantity(Unit) - Method in class no.petroware.uom.UnitManager
-
Find quantity of the specified unit.
- findUnit(String) - Method in class no.petroware.uom.UnitManager
-
Find corresponding unit instance for the given unit symbol.
- fromBase(double) - Method in class no.petroware.uom.Unit
-
Convert the specified value given in base unit to this unit.