public class Clean2dWrapper extends Object implements DescriptorWrapper
| Constructor and Description |
|---|
Clean2dWrapper(String cfg)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
String |
execute(Molecule m)
Execute descriptor generation and output transformation.
|
public Clean2dWrapper(String cfg)
cfg - Configuration to pass to Cleaner.clean(chemaxon.struc.MoleculeGraph, int, java.lang.String).public String execute(Molecule m) throws Exception
DescriptorWrapperexecute in interface DescriptorWrapperm - Molecule to generate descriptor onException - If error occurred during execution