Package chemaxon.naming
package chemaxon.naming
Name to Structure conversion.
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 needed to customize Name to Structure using NameConverter
s.-
ClassDescriptionThe 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.