Package org.lemsml.export.dlems
Interface UnitConverter
-
- All Known Implementing Classes:
NRNUtils
,SIUnitConverter
public interface UnitConverter
- Author:
- padraig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
convert(float siValue, String dimensionName)
-
-
-
Method Detail
-
convert
float convert(float siValue, String dimensionName) throws org.lemsml.jlems.core.sim.LEMSException
- Throws:
org.lemsml.jlems.core.sim.LEMSException
-
-