Package chemaxon.checkers.runner
package chemaxon.checkers.runner
This package supports the automatic running of structure checkers.
-
ClassDescription
CheckerRunnerimplementation with advanced fixing capabilities.
StructureFixerselection is based on provided fixer class if available, or falls back toStructureCheckerResultbased selection.
Supports multiple iterations of checking and fixing for the best fixing efforts.The descendant of CheckerRunner interface has to provide the functionality to runStructureCheckerinstances automatically
on the given molecule and fix the problems with the associatedStructureFixerinstances.
Example:
CheckerRunner can be used directly with thecheckAndWaitmethod.Deprecated, for removal: This API element is subject to removal in a future version.