chemaxon.checkers
Class DoubleBondStereoErrorChecker

java.lang.Object
  extended by chemaxon.checkers.AbstractStructureChecker
      extended by chemaxon.checkers.DoubleBondStereoErrorChecker
All Implemented Interfaces:
StructureChecker, chemaxon.license.Licensable, java.beans.PropertyChangeListener, java.lang.Cloneable, java.util.EventListener

Deprecated. This class is deprecated as of version 5.4 Marvin. Please use RingStrainErrorChecker instead.

@Deprecated
public class DoubleBondStereoErrorChecker
extends AbstractStructureChecker

A descendant of AbstractStructureChecker for detecting invalid stereo bonds in small rings.

Since:
Marvin 5.3
Version:
5.7
Author:
Attila Szabo

Field Summary
 
Fields inherited from class chemaxon.checkers.AbstractStructureChecker
errorType, propertyChangeSupport
 
Fields inherited from interface chemaxon.checkers.StructureChecker
PROPERTY_KEY_VALID
 
Constructor Summary
DoubleBondStereoErrorChecker()
          Deprecated. Default constructor
 
Method Summary
protected  StructureCheckerResult check1(Molecule molecule)
          Deprecated. This method contains the current checking mechanism.
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleBondStereoErrorChecker

public DoubleBondStereoErrorChecker()
Deprecated. 
Default constructor

Method Detail

check1

protected StructureCheckerResult check1(Molecule molecule)
Deprecated. 
Description copied from class: AbstractStructureChecker
This method contains the current checking mechanism.

Specified by:
check1 in class AbstractStructureChecker
Parameters:
molecule - the Molecule instance to be checked for problems
Returns:
a StructureCheckerResult which represents the problem or null if no problem found