|
Class Summary |
| CalculationLogic |
Utility class that contains all of the logic for performing mathematical calculations for the conversions. |
| ConfigurationLogic |
Utility class that contains all of the logic for maintaining the user preferences. |
| ConversionFactorParser |
Parser that parses a XML file, but the important part is the ConversionFactorParserHandler. |
| ConversionFactorParserHandler |
This DefaultHandler is made specifically for this application. |
| FormulaParser |
This parser can take a String as a formula that contains a variable (must be X) and the value for
that variable, do the calculations to return a BigDecimal. |
| MolarMassLogic |
Utility class that contains all of the logic for dealing with the mole to mass calculations for the conversions. |
| UnitLogic |
Utility class that contains all of the logic for checking and updating the units with mole. |