Package javax.measure.unit
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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DerivedUnit()
Default constructor.
-
Method Summary
-
Methods inherited from class javax.measure.unit.Unit
alternate, asType, compound, divide, divide, divide, equals, getConverterTo, getDimension, getStandardUnit, hashCode, inverse, isCompatible, isStandardUnit, plus, pow, root, times, times, times, toStandardUnit, toString, transform, valueOf
-
-