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
-
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:ChemCompProvider
Returns a new instance of a chemical component definition.- Specified by:
getChemComp
in interfaceChemCompProvider
- Parameters:
recordName
- the ID of theChemComp
- Returns:
- a new
ChemComp
definition.
-