JADE v6.1

javax.units
Class DerivedUnit

java.lang.Object
  extended byjavax.units.Unit
      extended byjavax.units.DerivedUnit
All Implemented Interfaces:
java.io.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.

Version:
4.0, February 29, 2003
Author:
Jean-Marie Dautelle
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.units.Unit
ONE
 
Methods inherited from class javax.units.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 java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 


JADE v6.1

Copyright © 2004 Jean-Marie Dautelle.