Class ExplicitConnectionAtom

    • Constructor Detail

      • ExplicitConnectionAtom

        public ExplicitConnectionAtom​(int degree,
                                      IChemObjectBuilder builder)
        Deprecated.
        Create a query atom for matching the degree of an atom. The degree is the number connected atoms.
    • 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