|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchemaxon.checkers.AbstractStructureChecker
chemaxon.checkers.ComponentChecker<MolBond>
chemaxon.checkers.BondChecker
chemaxon.checkers.CrossedDoubleBondChecker
public class CrossedDoubleBondChecker
A descendant of BondChecker
for the detection of unspecified double bonds
represented by crossed bond type.
(unspecified stereo).
Field Summary |
---|
Fields inherited from class chemaxon.checkers.AbstractStructureChecker |
---|
errorType, propertyChangeSupport |
Fields inherited from interface chemaxon.checkers.StructureChecker |
---|
PROPERTY_KEY_VALID |
Constructor Summary | |
---|---|
CrossedDoubleBondChecker()
Default constructor |
Method Summary | |
---|---|
protected boolean |
check(Molecule molecule,
MolBond bond)
Examines if the bond is a crossed double bond. |
Methods inherited from class chemaxon.checkers.BondChecker |
---|
createResult, getComponent, getComponentCount |
Methods inherited from class chemaxon.checkers.ComponentChecker |
---|
check1, initialize |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CrossedDoubleBondChecker()
Method Detail |
---|
protected boolean check(Molecule molecule, MolBond bond)
check
in class ComponentChecker<MolBond>
bond
- is a MolBond
instancemolecule
- is a Molecule
instance
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |