Interface | Description |
---|---|
MoleculeFactory<T extends Molecule> |
Factory Interface for creating Molecule objects.
|
ReadableChemFormat<T extends Molecule> |
Interface for readable chemistry formats.
|
Class | Description |
---|---|
BufferedMoleculeReader<T extends Molecule> |
Buffered molecule reader.
|
MDL_SDF<T extends Molecule> |
Basic implementation of the MDL SDF format.
|
MoleculeFactoryImpl |
Factory for creating Molecule objects.
|
ReadableChemFormatBase<T extends Molecule> |
Base class for readable chemistry formats.
|
SMILES_Parser |
Class for parsing a Simplified Molecular-Input Line-Entry System (SMILES)
string into a Molecule.
|
Exception | Description |
---|---|
ChemIOException |
Indicates an exception during small molecule I/O manipulation.
|
SMILES_ParseException |
Indicates an exception during the parsing of a SMILES string.
|