Package chemaxon.checkers
Class RacemateChecker
java.lang.Object
chemaxon.checkers.AbstractStructureChecker
chemaxon.checkers.ComponentChecker<MolAtom>
chemaxon.checkers.AtomChecker
chemaxon.checkers.RacemateChecker
- All Implemented Interfaces:
StructureChecker,chemaxon.license.Licensable,PropertyChangeListener,Cloneable,EventListener
A descendant of
AtomChecker detecting asymmetric tetrahedral atoms without
specific stereochemistry.- Since:
- Marvin 5.5
-
Field Summary
Fields inherited from class chemaxon.checkers.AbstractStructureChecker
errorType, propertyChangeSupportFields inherited from interface chemaxon.checkers.StructureChecker
PROPERTY_KEY_VALID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class chemaxon.checkers.AtomChecker
createResult, getComponent, getComponentCountMethods inherited from class chemaxon.checkers.ComponentChecker
initializeMethods 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
-
Constructor Details
-
RacemateChecker
public RacemateChecker()Creates a new RacemateChecker instance.
-
-
Method Details
-
check1
Description copied from class:ComponentCheckerIterates through the components and checks every component. If a component has error it is added to aList. After the iteration if no problem occurred the result is null otherwise the method creates aStructureCheckerResultcontaining the atoms and bonds of the problematic components.- Overrides:
check1in classComponentChecker<MolAtom>- Parameters:
molecule- theMoleculeinstance to be checked for problems- Returns:
- a
StructureCheckerResultwhich contains all the indices of the problematic components
-
check
Description copied from class:ComponentCheckerChecks if the component with index i has problem- Specified by:
checkin classComponentChecker<MolAtom>- Parameters:
molecule- is aMoleculeinstancecomponent- the current component to check- Returns:
- true if the component has problem, false otherwise
-