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 UnitparseCompound(Map<String,Unit> allunits, String unit)
-
-
-
Method Detail
-
parseCompound
Unit parseCompound(Map<String,Unit> allunits, String unit) throws UnknownUnitException, ParserException
- Throws:
UnknownUnitExceptionParserException
-
-