Class CrossedDoubleBondChecker

All Implemented Interfaces:
StructureChecker, chemaxon.license.Licensable, PropertyChangeListener, Cloneable, EventListener

@PublicAPI public class CrossedDoubleBondChecker extends BondChecker
A descendant of BondChecker for the detection of unspecified double bonds represented by crossed bond type. (unspecified stereo).
Since:
Marvin 5.3
  • Constructor Details

    • CrossedDoubleBondChecker

      public CrossedDoubleBondChecker()
      Default constructor
  • Method Details

    • check

      protected boolean check(Molecule molecule, MolBond bond)
      Examines if the bond is a crossed double bond.
      Specified by:
      check in class ComponentChecker<MolBond>
      Parameters:
      bond - is a MolBond instance
      molecule - is a Molecule instance
      Returns:
      true if the bond is crossed double bond, false otherwise.