Inheritance diagram for Chemistry::MoleculeFactoryInterface:

Public Member Functions | |
| void | set_molecule_filename (in string filename) |
| Set the containing the Molecule data. | |
| Chemistry.MoleculeInterface | get_molecule () |
| Return the a Molecule object. | |
| int | finalize () |
| This should be called when the object is no longer needed. | |
A filename is given to MoleculeFactory which contains the data that is used to generated a Molecule.
|
|
This should be called when the object is no longer needed. No other members may be called after finalize. |
|
|
Return the a Molecule object.
|
|
|
Set the containing the Molecule data.
|
1.3.9.1