org.openmi.standard
Interface IUnit


public interface IUnit

Unit interface


Method Summary
 double getConversionFactorToSI()
          Conversion factor to SI ('A' in: SI-value = A * quant-value + B)
 java.lang.String getDescription()
          Additional descriptive information
 java.lang.String getID()
          Identification String
 double getOffSetToSI()
          OffSet to SI ('B' in: SI-value = A * quant-value + B)
 

Method Detail

getID

java.lang.String getID()
Identification String


getDescription

java.lang.String getDescription()
Additional descriptive information


getConversionFactorToSI

double getConversionFactorToSI()
Conversion factor to SI ('A' in: SI-value = A * quant-value + B)


getOffSetToSI

double getOffSetToSI()
OffSet to SI ('B' in: SI-value = A * quant-value + B)