public class BondAngleCheckerResult extends DefaultStructureCheckerResult
Constructor and Description |
---|
BondAngleCheckerResult(StructureChecker source,
List<MolAtom> atoms,
List<MolBond> bonds,
Molecule molecule,
chemaxon.calculations.clean.fixers.MoleculeCheckerFixer.WrongAngleBonds angleCheckerResult,
String description,
String name,
String localMenuName,
String helpText,
Icon icon)
Constructor which initialize all the properties.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
chemaxon.calculations.clean.fixers.MoleculeCheckerFixer.WrongAngleBonds |
getAngleCheckerResult()
Returns the internal representation of the angle checker result, which contains all information required
to fix bond angle errors.
|
int |
hashCode() |
convert, getAtoms, getBonds, getDescription, getErrorCount, getErrorDescription, getErrorType, getHelpText, getIcon, getLocalMenuName, getMolecule, getName, getSource, setAtoms, setBonds, setMolecule, toString
public BondAngleCheckerResult(StructureChecker source, List<MolAtom> atoms, List<MolBond> bonds, Molecule molecule, chemaxon.calculations.clean.fixers.MoleculeCheckerFixer.WrongAngleBonds angleCheckerResult, String description, String name, String localMenuName, String helpText, Icon icon)
StructureCheckerErrorType.EXPLICIT_H
by default.source
- is the StructureChecker
instance which identified the problematoms
- a List
of MolAtom
which contains the affected atoms of the problembonds
- a List
of MolBond
which contains the affected bonds of the problemmolecule
- is a Molecule
instance which contains the described problemdescription
- is short information about the problemangleCheckerResult
- the internal representation of the angle checker resultname
- is the name of the checker which found the described problemlocalMenuName
- is a String
which should be shown in the local menu of Marvin SketchhelpText
- is help message for the problemicon
- is an instance of Icon
which will be shown in Marvin Sketch checker dialogspublic chemaxon.calculations.clean.fixers.MoleculeCheckerFixer.WrongAngleBonds getAngleCheckerResult()
public boolean equals(Object obj)
equals
in class DefaultStructureCheckerResult
public int hashCode()
hashCode
in class DefaultStructureCheckerResult