- All Known Subinterfaces:
CoreUnitInterface
- All Known Implementing Classes:
CombinedUnit
,CustomUnit
,DerivedUnit
,SIUnit
public interface UnitInterface
- Author:
- Dr. Peter Droste
-
Method Summary
Modifier and Type Method Description boolean
equals(Object object)
boolean
equals(UnitInterface unit, boolean ignoreMultiplicator)
String
getName()
String
getNormalizedSISymbolExpression()
EnumMap<SIUnit,UnitFactor>
getNormalizedSIUnitFactors()
String
getSISymbolExpression()
List<UnitFactor>
getSIUnitFactors()
String
getSymbolExpression()
List<UnitFactor>
getUnitFactors()
omix.mathxp.units.PrivateMember
neverImplementThisInterface(omix.mathxp.units.PrivateMember privateMember)
-
Method Details
-
getSymbolExpression
String getSymbolExpression() -
getSISymbolExpression
String getSISymbolExpression() -
getNormalizedSISymbolExpression
String getNormalizedSISymbolExpression() -
getName
String getName() -
getUnitFactors
List<UnitFactor> getUnitFactors() -
getSIUnitFactors
List<UnitFactor> getSIUnitFactors() -
getNormalizedSIUnitFactors
EnumMap<SIUnit,UnitFactor> getNormalizedSIUnitFactors() -
equals
-
equals
-
neverImplementThisInterface
omix.mathxp.units.PrivateMember neverImplementThisInterface(omix.mathxp.units.PrivateMember privateMember)
-