Java Units API
Build 2004-02-06

javax.units
Class DerivedUnit

Object
  extended byUnit
      extended byDerivedUnit
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlternateUnit, ProductUnit, TransformedUnit

public abstract class DerivedUnit
extends Unit

This abstract class identifies derived units. These are units that are formed as products of powers of the base units according to the algebraic relations linking the quantities concerned. The names and symbols of some units thus formed in terms of base units may be replaced by special names and symbols which can themselves be used to form expressions and symbols for other derived units.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class Unit
ONE
 
Methods inherited from class Unit
add, alternate, appendTo, divide, equals, getConverterTo, getDimension, getInstance, getInstances, getSystemUnit, hashCode, isCompatible, isSystemUnit, multiply, multiply, pow, readResolve, root, searchSymbol, toString, valueOf
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 


Java Units API
Build 2004-02-06

Symbols, terms and definitions
JSR-108 project