All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.molecules.leet.chem.QueryFeatureUtils Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package tech.molecules.leet.chem;

import com.actelion.research.chem.ExtendedMolecule;
import com.actelion.research.chem.Molecule;

public class QueryFeatureUtils {

    /**
     *
     *
     * Removes the following restricting query features:
     *
     * Atoms:
     *
     *
     * @param mol
     */
    public static void removeNarrowingQueryFeatures(ExtendedMolecule mol) {

        if(!mol.isFragment()) {
            return;
        }

        for (int atom=0; atom




© 2015 - 2024 Weber Informatics LLC | Privacy Policy