Package chemaxon.checkers.result
Class AtomQueryPropertyCheckerResult
java.lang.Object
chemaxon.checkers.result.DefaultStructureCheckerResult
chemaxon.checkers.result.AtomQueryPropertyCheckerResult
- All Implemented Interfaces:
- StructureCheckerResult
A descendant of 
DefaultStructureCheckerResult for identifying atom
 query properties, thus errorType property is
 StructureCheckerErrorType.ATOM_QUERY_PROPERTY by default.- Since:
- Marvin 5.6
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class chemaxon.checkers.result.DefaultStructureCheckerResultconvert, getAtoms, getBonds, getDescription, getErrorCount, getErrorDescription, getErrorType, getHelpText, getIcon, getLocalMenuName, getMolecule, getName, getSource, setAtoms, setBonds, setMolecule, toString
- 
Constructor Details- 
AtomQueryPropertyCheckerResultpublic AtomQueryPropertyCheckerResult(StructureChecker source, List<MolAtom> atoms, Molecule molecule, String description, List<String> properties, String name, String localMenuName, String helpText, Icon icon) Constructor which initialize all the properties. errorType property isStructureCheckerErrorType.ATOM_QUERY_PROPERTYby default.- Parameters:
- source- is the- StructureCheckerinstance which identified the problem
- atoms- a- Listof- MolAtomwhich contains the affected atoms of the problem
- molecule- is a- Moleculeinstance which contains the described problem
- description- is short information about the problem
- properties- identifies which atom query properties should be removed- MolAtom.getQProp(String)
- name- is the name of the checker which found the described problem
- localMenuName- is a- Stringwhich should be shown in the local menu of Marvin Sketch
- helpText- is help message for the problem
- icon- is an instance of- Iconwhich will be shown in Marvin Sketch checker dialogs
 
 
- 
- 
Method Details- 
getPropertiesReturns the flag which can used to identify which properties should be fixed.- Returns:
- the list of atom query properties to remove.
 
- 
equals- Overrides:
- equalsin class- DefaultStructureCheckerResult
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- DefaultStructureCheckerResult
 
 
-