|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MolecularDescriptorGenerator
Interface definition for MolecularDescriptor generators.
| Method Summary | |
|---|---|
java.lang.String[] |
generate(Molecule m,
MolecularDescriptor generatedDescr)
Deprecated. Creates a certain type of MolecularDescriptor (depending
on the specific ganerator providing this service) for the given molecule. |
| Method Detail |
|---|
java.lang.String[] generate(Molecule m,
MolecularDescriptor generatedDescr)
throws MDGeneratorException
MolecularDescriptor (depending
on the specific ganerator providing this service) for the given molecule.
The descriptor (more precisely, its string representation), and other
optional data (again depending on the specific generator) are stored
in the input molecule as properties.
m - molecular structure for which the descriptor is generatedgeneratedDescr - the descriptor generated, an output parameter
MDGeneratorException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||