Class OrderQueryBondOrderOnly

All Implemented Interfaces:
Cloneable, IBond, ICDKObject, IChemObject, IElectronContainer, IQueryBond

@Deprecated public class OrderQueryBondOrderOnly extends QueryBond implements IQueryBond
Deprecated.
Use new QueryBond(beg, end, ORDER, bord)
IQueryBond that matches IBond object only based on bond order, and disregarding any aromaticity flag.
  • Constructor Details

  • Method Details

    • matches

      public boolean matches(IBond bond)
      Deprecated.
      Description copied from class: QueryBond
      Returns true of the given bond matches this IQueryBond.
      Specified by:
      matches in interface IQueryBond
      Overrides:
      matches in class QueryBond
      Parameters:
      bond - IBond to match against
      Returns:
      true, if this IQueryBond matches the given IBond
    • setAtoms

      public void setAtoms(IAtom[] atoms)
      Deprecated.
      Description copied from class: QueryBond
      Sets the array of atoms making up this query bond.
      Specified by:
      setAtoms in interface IBond
      Overrides:
      setAtoms in class QueryBond
      Parameters:
      atoms - An array of atoms that forms this query bond
      See Also:
    • setAtomAt

      public void setAtomAt(IAtom atom, int position)
      Deprecated.