Class TotalValencyAtom

    • Constructor Detail

      • TotalValencyAtom

        public TotalValencyAtom​(int valence,
                                IChemObjectBuilder builder)
        Deprecated.
        Match the valence of atom.
        Parameters:
        valence - valence value
        builder - chem object builder (required for ChemObject.getBuilder)
    • Method Detail

      • matches

        public boolean matches​(IAtom atom)
        Deprecated.
        Returns true of the given atom matches this IQueryAtom.
        Specified by:
        matches in interface IQueryAtom
        Overrides:
        matches in class SMARTSAtom
        Parameters:
        atom - IAtom to match against
        Returns:
        true, if this IQueryAtom matches the given IAtom