Uses of Class
omix.mathxp.units.SIUnit
Package | Description |
---|---|
omix.mathxp.units |
-
Uses of SIUnit in omix.mathxp.units
Methods in omix.mathxp.units that return SIUnit Modifier and Type Method Description static SIUnit
SIUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static SIUnit[]
SIUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in omix.mathxp.units that return types with arguments of type SIUnit Modifier and Type Method Description EnumMap<SIUnit,UnitFactor>
CombinedUnit. getNormalizedSIUnitFactors()
EnumMap<SIUnit,UnitFactor>
CustomUnit. getNormalizedSIUnitFactors()
EnumMap<SIUnit,UnitFactor>
DerivedUnit. getNormalizedSIUnitFactors()
EnumMap<SIUnit,UnitFactor>
SIUnit. getNormalizedSIUnitFactors()
EnumMap<SIUnit,UnitFactor>
UnitInterface. getNormalizedSIUnitFactors()
static EnumMap<SIUnit,UnitFactor>
UnitUtilities. normalizeSI(List<UnitFactor> unitFactors)
static EnumMap<SIUnit,UnitFactor>
UnitUtilities. sort(List<UnitFactor> unitFactors)
Method parameters in omix.mathxp.units with type arguments of type SIUnit Modifier and Type Method Description static String
UnitUtilities. getNormalizedSISymbolExpression(EnumMap<SIUnit,UnitFactor> unitFactors)