Interface ChemCompProvider

All Known Implementing Classes:
AllChemCompProvider, DownloadChemCompProvider, ReducedChemCompProvider, ZipChemCompProvider

public interface ChemCompProvider
Interface that is implemented by all classes that can provide ChemComp definitions.
Since:
3.0
Author:
Andreas Prlic
  • Method Summary

    Modifier and Type
    Method
    Description
    getChemComp(String recordName)
    Returns a new instance of a chemical component definition.
  • Method Details

    • 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.