
org.biojava.nbio.structure.chem.ChemCompProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biojava-structure Show documentation
Show all versions of biojava-structure Show documentation
The protein structure modules of BioJava.
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