Package chemaxon.checkers.result
Class BondLengthCheckerResult
java.lang.Object
chemaxon.checkers.result.DefaultStructureCheckerResult
chemaxon.checkers.result.BondLengthCheckerResult
- 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
ConstructorsConstructorDescriptionBondLengthCheckerResult(StructureChecker source, List<MolAtom> atoms, List<MolBond> bonds, Molecule molecule, chemaxon.calculations.clean.fixers.MoleculeCheckerFixer.WrongLengthBonds wrongLengthBonds, String description, String name, String localMenuName, String helpText, Icon icon) Constructor which initialize all the properties. -
Method Summary
Modifier and TypeMethodDescriptionbooleanchemaxon.calculations.clean.fixers.MoleculeCheckerFixer.WrongLengthBondsReturns the internal representation of the bond length checker result, which contains all information required to fix bond length errors.inthashCode()Methods inherited from class chemaxon.checkers.result.DefaultStructureCheckerResult
convert, getAtoms, getBonds, getDescription, getErrorCount, getErrorDescription, getErrorType, getHelpText, getIcon, getLocalMenuName, getMolecule, getName, getSource, setAtoms, setBonds, setMolecule, toString
-
Constructor Details
-
BondLengthCheckerResult
public BondLengthCheckerResult(StructureChecker source, List<MolAtom> atoms, List<MolBond> bonds, Molecule molecule, chemaxon.calculations.clean.fixers.MoleculeCheckerFixer.WrongLengthBonds wrongLengthBonds, 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 problematoms- aListofMolAtomwhich contains the affected atoms of the problembonds- aListofMolBondwhich contains the affected bonds of the problemmolecule- is aMoleculeinstance which contains the described problemwrongLengthBonds- the internal representation of bond length 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
-
-
Method Details
-
getWrongLengthBonds
public chemaxon.calculations.clean.fixers.MoleculeCheckerFixer.WrongLengthBonds getWrongLengthBonds()Returns the internal representation of the bond length checker result, which contains all information required to fix bond length errors.For internal use only.
- Returns:
- the internal representation of the bond length checker result
-
equals
- Overrides:
equalsin classDefaultStructureCheckerResult
-
hashCode
public int hashCode()- Overrides:
hashCodein classDefaultStructureCheckerResult
-