Package de.timmfitschen.easyunits
Interface Invertible
-
- All Known Implementing Classes:
LinearConverter,OffsetConverter,Prefix,ProductConverter
public interface Invertible extends Converter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvertiblegetInversion()-
Methods inherited from interface de.timmfitschen.easyunits.conversion.Converter
concatenate, convert
-
Methods inherited from interface de.timmfitschen.easyunits.Signed
getSignature
-
-
-
-
Method Detail
-
getInversion
Invertible getInversion()
-
-