Package de.timmfitschen.easyunits.parser
Interface CompoundUnitParser
-
- All Known Implementing Classes:
DefaultCompoundUnitParser
public interface CompoundUnitParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Unit
parseCompound(Map<String,Unit> allunits, String unit)
-
-
-
Method Detail
-
parseCompound
Unit parseCompound(Map<String,Unit> allunits, String unit) throws UnknownUnitException, ParserException
- Throws:
UnknownUnitException
ParserException
-
-