Package chemaxon.checkers
Class AtropisomerChecker
java.lang.Object
chemaxon.checkers.AbstractStructureChecker
chemaxon.checkers.AtropisomerChecker
- All Implemented Interfaces:
StructureChecker,Licensable,PropertyChangeListener,Cloneable,EventListener
Deprecated.
This checker is no longer supported.
A descendant of
AbstractStructureChecker detecting atropisomers in the molecule.- Since:
- 5.11
-
Field Summary
Fields inherited from class chemaxon.checkers.AbstractStructureChecker
errorType, propertyChangeSupportFields inherited from interface chemaxon.checkers.StructureChecker
PROPERTY_KEY_VALID -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Initializes the atropisomer structure checker -
Method Summary
Modifier and TypeMethodDescriptionprotected StructureCheckerResultDeprecated.This method contains the current checking mechanism.Methods inherited from class chemaxon.checkers.AbstractStructureChecker
addPropertyChangeListener, addPropertyChangeListener, check, clone, cloneItem, convertResult, equals, expandMolecule, getDescription, getDescriptor, getErrorCode, getErrorDescription, getErrorType, getHelpText, getIcon, getLocalMenuName, getName, hashCode, isAvailable, isLicensed, isValid, propertyChange, removePropertyChangeListener, removePropertyChangeListener, setLicenseEnvironment, toString
-
Constructor Details
-
AtropisomerChecker
public AtropisomerChecker()Deprecated.Initializes the atropisomer structure checker
-
-
Method Details
-
check1
Deprecated.Description copied from class:AbstractStructureCheckerThis method contains the current checking mechanism.- Specified by:
check1in classAbstractStructureChecker- Parameters:
molecule- theMoleculeinstance to be checked for problems- Returns:
- a
StructureCheckerResultwhich represents the problem or null if no problem found
-