Class ReducedChemCompProvider
java.lang.Object
org.biojava.nbio.structure.io.mmcif.ReducedChemCompProvider
- All Implemented Interfaces:
 ChemCompProvider
Unlike the 
DownloadChemCompProvider, this  ChemCompProvider does not download any chem comp definitions.
 It has access to a limited set of files that are part of the biojava distribution.- Since:
 - 3.0
 - Author:
 - Andreas Prlic
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetChemComp(String recordName) Returns a new instance of a chemical component definition. 
- 
Constructor Details
- 
ReducedChemCompProvider
public ReducedChemCompProvider() 
 - 
 - 
Method Details
- 
getChemComp
Description copied from interface:ChemCompProviderReturns a new instance of a chemical component definition.- Specified by:
 getChemCompin interfaceChemCompProvider- Parameters:
 recordName- the ID of theChemComp- Returns:
 - a new 
ChemCompdefinition. 
 
 -