Uses of Interface
org.episteme.core.measure.UnitConverter
Packages that use UnitConverter
Package
Description
Implements a comprehensive units framework enabling type-safe
Provides classes for monetary and financial operations.
-
Uses of UnitConverter in org.episteme.core.measure
Methods in org.episteme.core.measure that return UnitConverterModifier and TypeMethodDescriptiondefault UnitConverterUnitConverter.concatenate(UnitConverter other) Returns a converter that first applies this converter, then the other.default UnitConverterUnit.getConverterFrom(Unit<Q> sourceUnit) Returns a converter from the target unit to this unit.StandardUnit.getConverterTo(Unit<Q> targetUnit) Unit.getConverterTo(Unit<Q> targetUnit) Returns a converter to convert values from this unit to the target unit.static UnitConverterUnitConverter.identity()Returns the identity converter.UnitConverter.inverse()Returns the inverse of this converter.Methods in org.episteme.core.measure with parameters of type UnitConverterModifier and TypeMethodDescriptiondefault UnitConverterUnitConverter.concatenate(UnitConverter other) Returns a converter that first applies this converter, then the other. -
Uses of UnitConverter in org.episteme.core.measure.converters
Classes in org.episteme.core.measure.converters that implement UnitConverterModifier and TypeClassDescriptionclassAffine converter: y = ax + bclassfinal classThe identity converter - performs no conversion.final classThis class represents a logarithmic converter.classfinal classThis class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of twolongnumbers).Methods in org.episteme.core.measure.converters that return UnitConverterModifier and TypeMethodDescriptionAddConverter.concatenate(UnitConverter converter) CompositeConverter.concatenate(UnitConverter other) IdentityConverter.concatenate(UnitConverter other) MultiplyConverter.concatenate(UnitConverter converter) RationalConverter.concatenate(UnitConverter converter) AddConverter.inverse()CompositeConverter.inverse()IdentityConverter.inverse()LogConverter.inverse()MultiplyConverter.inverse()RationalConverter.inverse()Methods in org.episteme.core.measure.converters with parameters of type UnitConverterModifier and TypeMethodDescriptionAddConverter.concatenate(UnitConverter converter) CompositeConverter.concatenate(UnitConverter other) IdentityConverter.concatenate(UnitConverter other) MultiplyConverter.concatenate(UnitConverter converter) RationalConverter.concatenate(UnitConverter converter) Constructors in org.episteme.core.measure.converters with parameters of type UnitConverter -
Uses of UnitConverter in org.episteme.social.economics.money
Methods in org.episteme.social.economics.money that return UnitConverter