public class DipoleCalculator extends chemaxon.calculator.ProgressableCalculator<Molecule,DipoleResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
DipoleCalculator.Builder
Builder class for dipole moment calculation.
|
| Modifier and Type | Method and Description |
|---|---|
DipoleResult |
calculate(Molecule molecule) |
List<chemaxon.calculator.CalculatorInputValidator.CalculatorError> |
check(Molecule data) |
chemaxon.calculator.CalculatorFormatter |
getFormatter() |
String |
getProductName() |
addPropertyChangeListener, addPropertyChangeListener, cancel, cancelCalculation, checkData, checkLicense, finishCalculation, getErrorMessage, isCancelled, isLicensed, isRunning, removePropertyChangeListener, removePropertyChangeListener, sendProgress, setLicenseEnvironment, startCalculationpublic chemaxon.calculator.CalculatorFormatter getFormatter()
public List<chemaxon.calculator.CalculatorInputValidator.CalculatorError> check(Molecule data)
public DipoleResult calculate(Molecule molecule) throws IllegalArgumentException
IllegalArgumentExceptionpublic String getProductName()
getProductName in class chemaxon.calculator.ProgressableCalculator<Molecule,DipoleResult>