Interface MolExportModuleFactory


@PublicAPI public interface MolExportModuleFactory
Factory interface for MolExportModules.
  • Method Details

    • createExportModule

      MolExportModule createExportModule(String enc) throws Exception
      Creates the export module.
      Parameters:
      enc - the encoding
      Returns:
      the molecule export module
      Throws:
      Exception