See: Description
Interface | Description |
---|---|
CheckerRunner |
The descendant of CheckerRunner interface has to provide the functionality to run
StructureChecker instances automaticallyon the given molecule and fix the problems with the associated StructureFixer instances.Example: CheckerRunner can be used directly with the checkAndWait method. |
Class | Description |
---|---|
AdvancedCheckerRunner |
CheckerRunner implementation with advanced fixing capabilities.StructureFixer selection is based on provided fixer class if
available, or falls back to StructureCheckerResult based selection.Supports multiple iterations of checking and fixing for the best fixing efforts. |
BasicCheckerRunner |
This is the default basic implementation of
CheckerRunner interface/ |
SketchCheckerRunner |
WARNING!
THIS IS AN INTERNAL CLASS.
|