Package org.biojava.nbio.structure.chem
Interface ChemCompProvider
-
- All Known Implementing Classes:
AllChemCompProvider
,DownloadChemCompProvider
,ReducedChemCompProvider
,ZipChemCompProvider
public interface ChemCompProvider
Interface that is implemented by all classes that can provideChemComp
definitions.- Since:
- 3.0
- Author:
- Andreas Prlic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChemComp
getChemComp(String recordName)
Returns a new instance of a chemical component definition.
-
-
-
Method Detail
-
getChemComp
ChemComp getChemComp(String recordName)
Returns a new instance of a chemical component definition.
-
-