Package chemaxon.checkers
Class WedgeErrorChecker
- java.lang.Object
-
- chemaxon.checkers.AbstractStructureChecker
-
- chemaxon.checkers.WedgeErrorChecker
-
- All Implemented Interfaces:
StructureChecker
,chemaxon.license.Licensable
,PropertyChangeListener
,Cloneable
,EventListener
@PublicAPI @Deprecated public class WedgeErrorChecker extends AbstractStructureChecker
Deprecated.WedgeErrorChecker detecting structures with invalid wedge bonds. SeePure Appl. Chem., Vol. 78, No. 10, pp. 1897–1970, 2006.
doi:10.1351/pac200678101897- Since:
- Marvin 5.3
-
-
Field Summary
-
Fields inherited from class chemaxon.checkers.AbstractStructureChecker
errorType, propertyChangeSupport
-
Fields inherited from interface chemaxon.checkers.StructureChecker
PROPERTY_KEY_VALID
-
-
Constructor Summary
Constructors Constructor Description WedgeErrorChecker()
Deprecated.Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected StructureCheckerResult
check1(Molecule molecule)
Deprecated.In version 15.8.3 the checker logic was replaced with the logic implemented inMolecule
'sstereoClean()
method.-
Methods inherited from class chemaxon.checkers.AbstractStructureChecker
addPropertyChangeListener, addPropertyChangeListener, check, clone, cloneItem, convertResult, equals, expandMolecule, getDescription, getDescriptor, getEditorClassName, getErrorCode, getErrorDescription, getErrorType, getHelpText, getIcon, getLocalMenuName, getName, hashCode, isAvailable, isLicensed, isValid, propertyChange, removePropertyChangeListener, removePropertyChangeListener, setDescription, setHelpText, setIcon, setLicenseEnvironment, setLocalMenuName, setMoreErrorMessage, setName, setNoErrorMessage, setOneErrorMessage, toString
-
-
-
-
Method Detail
-
check1
protected StructureCheckerResult check1(Molecule molecule)
Deprecated.In version 15.8.3 the checker logic was replaced with the logic implemented inMolecule
'sstereoClean()
method.- Specified by:
check1
in classAbstractStructureChecker
- Parameters:
molecule
- theMolecule
instance to be checked for problems- Returns:
- a
StructureCheckerResult
which represents the problem or null if no problem found
-
-