Package chemaxon.naming


package chemaxon.naming
Provides classes for Name to Structure (N2S) and Structure to Name (S2N) conversion.

In fact, Name to Structure usage does not require this package, since it can be used as any file format import, for instance:

 Molecule m = chemaxon.formats.MolImporter.importMol("benzoic acid", "name");
 
This package is only needed to customize Name to Structure using NameConverters.
  • Class
    Description
    The interface of a converter from names to structures.
    Maintains the list of custom and built-in name-to-structures converters.
    A failure to convert a name to a structure.
    Exception signaling that the given input name should not be converted.
    This exception should be thrown by a NameConverter to indicate that even though a name cannot be converted to a structure, it is the prefix of a valid name.