public class CrossedDoubleBondChecker extends BondChecker
BondChecker
for the detection of unspecified double bonds
represented by crossed bond type.
(unspecified stereo).errorType, propertyChangeSupport
PROPERTY_KEY_VALID
Constructor and Description |
---|
CrossedDoubleBondChecker()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
check(Molecule molecule,
MolBond bond)
Examines if the bond is a crossed double bond.
|
createResult, getComponent, getComponentCount
check1, initialize
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
protected boolean check(Molecule molecule, MolBond bond)
check
in class ComponentChecker<MolBond>
bond
- is a MolBond
instancemolecule
- is a Molecule
instance