public class ReducedChemCompProvider extends java.lang.Object implements ChemCompProvider
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.Constructor and Description |
---|
ReducedChemCompProvider() |
Modifier and Type | Method and Description |
---|---|
ChemComp |
getChemComp(java.lang.String recordName)
Returns a new instance of a chemical component definition.
|
public ChemComp getChemComp(java.lang.String recordName)
ChemCompProvider
getChemComp
in interface ChemCompProvider
recordName
- the ID of the ChemComp
ChemComp
definition.