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