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(java.lang.String recordName)
Returns a new instance of a chemical component definition.
-