org.biojava.bio.structure.io.mmcif
Interface ChemCompProvider

All Known Implementing Classes:
AllChemCompProvider, DownloadChemCompProvider, ReducedChemCompProvider

public interface ChemCompProvider

Interface that is implemented by all classes that can provide ChemComp definitions.

Since:
3.0
Author:
Andreas Prlic

Method Summary
 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.

Parameters:
recordName - the ID of the ChemComp
Returns:
a new ChemComp definition.