Class DerivedUnit<Q extends Quantity>

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

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

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

See Also:
  • Constructor Details

    • DerivedUnit

      protected DerivedUnit()
      Default constructor.