Package chemaxon.calculations.api
Interface CalculatorBuilder<T extends Calculator<?,?>>
- Type Parameters:
T- the type of the calculator to be built
- All Known Implementing Classes:
DipoleCalculator.Builder,NMRCalculator.Builder
Builder interface for
Calculator.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Returns the calculator object.setLogger(CalculatorLogger logger) Sets the logger object to be used.
-
Method Details
-
build
T build()Returns the calculator object. -
setLogger
Sets the logger object to be used. This method is for internal use only.- Parameters:
logger- for inner logging
-