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
ConstructorDescriptionReactionCheckerResult
(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 TypeMethodDescriptionboolean
Deprecated, 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 theList
of the ids of the components affected by the problemint
hashCode()
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 theStructureChecker
instance which identified the problematoms
- aList
ofMolAtom
which contains the affected atoms of the problembonds
- aList
ofMolBond
which contains the affected bonds of the problemcomponentIds
- aList
ofLong
which contains the id-s of the reaction components affected by the problemtype
- is an instance ofStructureCheckerErrorType
which identifies the problemmolecule
- is aMolecule
instance which contains the described problemdescription
- is short information about the problemname
- is the name of the checker which found the described problemlocalMenuName
- is aString
which should be shown in the local menu of Marvin SketchhelpText
- is help message for the problemicon
- is an instance ofIcon
which 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 theStructureChecker
instance which identified the problematoms
- aList
ofMolAtom
which contains the affected atoms of the problembonds
- aList
ofMolBond
which contains the affected bonds of the problemcomponentIds
- aList
ofLong
which contains the id-s of the reaction components affected by the problemtype
- is an instance ofStructureCheckerErrorType
which identifies the problemmolecule
- is aMolecule
instance which contains the described problemdescription
- is short information about the problemname
- is the name of the checker which found the described problemlocalMenuName
- is aString
which should be shown in the local menu of Marvin SketchhelpText
- is help message for the problemicon
- is an instance ofIcon
which 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 theList
of 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:
hashCode
in classDefaultStructureCheckerResult
-
equals
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
equals
in classDefaultStructureCheckerResult
-
ReactionCheckerResult(StructureChecker, List, List, List, StructureCheckerErrorType, Molecule, String, String, String, String, Icon, int)
instead