Class QueryBondChecker

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

@PublicAPI public class QueryBondChecker extends BondChecker
A descendant of BondChecker detecting query bonds.
Since:
Marvin 5.3
See Also:
  • Constructor Details

    • QueryBondChecker

      public QueryBondChecker()
      Default constructor
  • Method Details

    • check

      protected boolean check(Molecule molecule, MolBond bond)
      Description copied from class: ComponentChecker
      Checks if the component with index i has problem
      Specified by:
      check in class ComponentChecker<MolBond>
      Parameters:
      molecule - is a Molecule instance
      bond - the current component to check
      Returns:
      true if the component has problem, false otherwise