Package chemaxon.checkers.result

This package is used to identify problems found in molecules.

See:
          Description

Interface Summary
ExternalStructureCheckerResult This interface is an extension of StructureCheckerResult that supports external StructureChecker development.
StructureCheckerResult An instance of StructureCheckerResult identifies a molecule problem
 

Class Summary
AromaticityCheckerResult A descendant of DefaultStructureCheckerResult for identifying aromaticity problems, thus errorType property is StructureCheckerErrorType.AROMATICITY
DefaultStructureCheckerResult This class is the default implementation of StructureCheckerResult
ExplicitHydrogenResult A descendant of DefaultStructureCheckerResult for identifying explicit hydrogen problems, thus errorType property is StructureCheckerErrorType.EXPLICIT_H by default.
SgroupCheckerResult A descendant of DefaultStructureCheckerResult for identifying Sgroup problems.
 

Package chemaxon.checkers.result Description

This package is used to identify problems found in molecules.