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

org.biojava.nbio.structure.chem.ChemCompProvider Maven / Gradle / Ivy

The newest version!
package org.biojava.nbio.structure.chem;

/**
 * Interface that is implemented by all classes that can provide {@link ChemComp} definitions.
 * @author Andreas Prlic
 * @since 3.0
 */
public interface ChemCompProvider {
    /**
     * Returns a new instance of a chemical component definition.
     * @param recordName the ID of the {@link ChemComp}
     * @return a new {@link ChemComp} definition.
     */
    ChemComp getChemComp(String recordName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy