Class AtomicNumberAtom

    • Constructor Detail

      • AtomicNumberAtom

        public AtomicNumberAtom​(int atomicNumber,
                                IChemObjectBuilder builder)
        Deprecated.
        Creates a new instance.
        Parameters:
        atomicNumber -
    • Method Detail

      • matches

        public boolean matches​(IAtom atom)
        Deprecated.
        Description copied from class: QueryAtom
        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