public interface DerivedUnit extends Unit
| Modifier and Type | Method and Description | 
|---|---|
UnitDimension | 
getDimension()
Returns the unit dimension of this derived unit. 
 | 
QuantityDimension | 
getQuantityDimension()
Return the quantity dimension of this derived unit. 
 | 
boolean | 
isReciprocalOf(DerivedUnit that)
Indicates if this derived unit is the reciprocal of another derived
 unit (e.g. 
 | 
clone, convertTo, convertTo, convertTo, convertTo, convertTo, convertTo, divideBy, divideInto, equals, getCanonicalString, getConverterTo, getDerivedUnit, getName, getPlural, getSymbol, getUnitName, isCompatible, isDimensionless, log, makeLabel, multiplyBy, multiplyBy, raiseTo, shiftTo, shiftTo, toStringboolean isReciprocalOf(DerivedUnit that)
that - The other, derived unit.UnitDimension getDimension()
QuantityDimension getQuantityDimension()