public class CfpDsWrapper extends Object implements DescriptorWrapper
| Constructor and Description |
|---|
CfpDsWrapper(String cfg)
Construct new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
execute(Molecule m)
Execute descriptor generation and output transformation.
|
String |
toString() |
public CfpDsWrapper(String cfg)
cfg - Config String for underlying CFParameters.CFParameters(java.lang.String)public String execute(Molecule m) throws Exception
DescriptorWrapperexecute in interface DescriptorWrapperm - Molecule to generate descriptor onException - If error occurred during execution