Class QueryAtomChecker

    • Constructor Detail

      • QueryAtomChecker

        public QueryAtomChecker()
        Default constructor
    • Method Detail

      • check

        protected boolean check​(Molecule molecule,
                                MolAtom atom)
        Detects atom of the molecule is a query atom.
        Specified by:
        check in class ComponentChecker<MolAtom>
        Parameters:
        atom - is an instance of MolAtom
        molecule - is a Molecule instance
        Returns:
        true if the molecule contains query atom, false otherwise