Returns an ArithmeticCondition setting. See ArithmeticCondition @param name Name of the setting to get @return ArithmeticCondition from the setting @throws SettingsError if the value wasn't a valid arithmetic expression
(String name)
| 736 | * @throws SettingsError if the value wasn't a valid arithmetic expression |
| 737 | */ |
| 738 | public ArithmeticCondition getCondition(String name) { |
| 739 | return new ArithmeticCondition(getSetting(name)); |
| 740 | } |
| 741 | |
| 742 | /** |
| 743 | * Creates (and dynamically loads the class of) an object that |
no test coverage detected