JSR-275 - Measurements and Units Specification

javax.measure.unit
Class DerivedUnit<Q extends Quantity>

java.lang.Object
  extended by javax.measure.unit.Unit<Q>
      extended by javax.measure.unit.DerivedUnit<Q>
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlternateUnit, CompoundUnit, ProductUnit, TransformedUnit

public abstract class DerivedUnit<Q extends Quantity>
extends Unit<Q>

This class identifies the units created by combining or transforming other units.

Version:
3.1, April 22, 2006
Author:
Jean-Marie Dautelle
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.measure.unit.Unit
ONE
 
Constructor Summary
protected DerivedUnit()
          Default constructor.
 
Method Summary
 
Methods inherited from class javax.measure.unit.Unit
asType, compound, divide, divide, divide, equals, getConverterTo, getDimension, getSystemUnit, hashCode, inverse, isCompatible, plus, pow, root, times, times, times, toString, toSystemUnit, transform, valueOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DerivedUnit

protected DerivedUnit()
Default constructor.


JSR-275 - Measurements and Units Specification

Copyright © 2007 JSR-275