Interface MolImportModuleFactory


@PublicAPI public interface MolImportModuleFactory
Factory interface for MolImportModules.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates the molecule import module.
  • Method Details

    • createImportModule

      MolImportModule createImportModule() throws Exception
      Creates the molecule import module.
      Returns:
      the molecule import module
      Throws:
      Exception