Class OrderQueryBond

    • Method Detail

      • 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:
        QueryBond.atoms
      • setAtomAt

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