Package chemaxon.checkers.runner
This package supports the automatic running of structure checkers.
-
Interface Summary Interface Description CheckerRunner 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. -
Class Summary Class Description AdvancedCheckerRunner 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.SketchCheckerRunner Deprecated.