Package chemaxon.checkers.result
Class ReactionCheckerResult
java.lang.Object
chemaxon.checkers.result.DefaultStructureCheckerResult
chemaxon.checkers.result.ReactionCheckerResult
- All Implemented Interfaces:
StructureCheckerResult
@Deprecated(forRemoval=true)
@SubjectToRemoval(date=JUL_01_2025)
@PublicApi
public class ReactionCheckerResult
extends DefaultStructureCheckerResult
Deprecated, for removal: This API element is subject to removal in a future version.
A descendant of
DefaultStructureCheckerResult for identifying reaction problems.- Since:
- Marvin 5.3
-
Constructor Summary
ConstructorsConstructorDescriptionReactionCheckerResult(StructureChecker source, List<MolAtom> atoms, List<MolBond> bonds, List<Long> componentIds, StructureCheckerErrorType type, Molecule molecule, String description, String name, String localMenuName, String helpText, Icon icon) Deprecated.ReactionCheckerResult(StructureChecker source, List<MolAtom> atoms, List<MolBond> bonds, List<Long> componentIds, StructureCheckerErrorType type, Molecule molecule, String description, String name, String localMenuName, String helpText, Icon icon, int errorCount) Deprecated, for removal: This API element is subject to removal in a future version.Constructor which initialize all the properties. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Returns theListof the ids of the components affected by the probleminthashCode()Deprecated, for removal: This API element is subject to removal in a future version.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
-
ReactionCheckerResult
@Deprecated public ReactionCheckerResult(StructureChecker source, List<MolAtom> atoms, List<MolBond> bonds, List<Long> componentIds, StructureCheckerErrorType type, Molecule molecule, String description, String name, String localMenuName, String helpText, Icon icon) Deprecated.Constructor which initialize all the properties.- Parameters:
source- is theStructureCheckerinstance which identified the problematoms- aListofMolAtomwhich contains the affected atoms of the problembonds- aListofMolBondwhich contains the affected bonds of the problemcomponentIds- aListofLongwhich contains the id-s of the reaction components affected by the problemtype- is an instance ofStructureCheckerErrorTypewhich identifies the problemmolecule- is aMoleculeinstance which contains the described problemdescription- 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
-
ReactionCheckerResult
public ReactionCheckerResult(StructureChecker source, List<MolAtom> atoms, List<MolBond> bonds, List<Long> componentIds, StructureCheckerErrorType type, Molecule molecule, String description, String name, String localMenuName, String helpText, Icon icon, int errorCount) Deprecated, for removal: This API element is subject to removal in a future version.Constructor which initialize all the properties.- Parameters:
source- is theStructureCheckerinstance which identified the problematoms- aListofMolAtomwhich contains the affected atoms of the problembonds- aListofMolBondwhich contains the affected bonds of the problemcomponentIds- aListofLongwhich contains the id-s of the reaction components affected by the problemtype- is an instance ofStructureCheckerErrorTypewhich identifies the problemmolecule- is aMoleculeinstance which contains the described problemdescription- 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 dialogserrorCount- count of identified errors
-
-
Method Details
-
getComponentIds
Deprecated, for removal: This API element is subject to removal in a future version.Returns theListof the ids of the components affected by the problem -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
hashCodein classDefaultStructureCheckerResult
-
equals
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
equalsin classDefaultStructureCheckerResult
-
ReactionCheckerResult(StructureChecker, List, List, List, StructureCheckerErrorType, Molecule, String, String, String, String, Icon, int)instead