Package chemaxon.checkers.result
Class BondAngleCheckerResult
java.lang.Object
chemaxon.checkers.result.DefaultStructureCheckerResult
chemaxon.checkers.result.BondAngleCheckerResult
- All Implemented Interfaces:
StructureCheckerResult
Bond angle checker result. Contains information to identify, visualize, and fix bond angle errors in 2D structures.
- Since:
- Marvin 6.4
-
Constructor Summary
ConstructorsConstructorDescriptionBondAngleCheckerResult(StructureChecker source, Molecule molecule, List<MolBond> wrongBonds, String description, String name, String localMenuName, String helpText, Icon icon) Constructor which initialize all the properties. -
Method Summary
Methods inherited from class chemaxon.checkers.result.DefaultStructureCheckerResult
convert, equals, getAtoms, getBonds, getDescription, getErrorCount, getErrorDescription, getErrorType, getHelpText, getIcon, getLocalMenuName, getMolecule, getName, getSource, hashCode, setAtoms, setBonds, setMolecule, toString
-
Constructor Details
-
BondAngleCheckerResult
public BondAngleCheckerResult(StructureChecker source, Molecule molecule, List<MolBond> wrongBonds, String description, String name, String localMenuName, String helpText, Icon icon) Constructor which initialize all the properties. errorType property isStructureCheckerErrorType.EXPLICIT_Hby default.- Parameters:
source- is theStructureCheckerinstance which identified the problemmolecule- is aMoleculeinstance which contains the described problemwrongBonds- the internal representation of the angle checker resultdescription- is short information about the problemname- is the name of the checker which found the described problemlocalMenuName- is aStringwhich should be shown in the local menu of Marvin SketchhelpText- is help message for the problemicon- is an instance ofIconwhich will be shown in Marvin Sketch checker dialogs
-