public class DescriptorMopacShell extends Object implements org.openscience.cdk.qsar.IMolecularDescriptor
DescriptorMopacShell
Modifier and Type | Field and Description |
---|---|
static String |
EHOMO |
static String |
ELUMO |
protected String |
force_field |
protected AbstractMopacShell |
mopac_shell |
protected String[] |
params |
Constructor and Description |
---|
DescriptorMopacShell() |
Modifier and Type | Method and Description |
---|---|
org.openscience.cdk.qsar.DescriptorValue |
calculate(org.openscience.cdk.interfaces.IAtomContainer mol) |
protected void |
debug(String message) |
String[] |
getDescriptorNames() |
org.openscience.cdk.qsar.result.IDescriptorResult |
getDescriptorResultType() |
String[] |
getParameterNames() |
Object[] |
getParameters() |
Object |
getParameterType(String arg0) |
org.openscience.cdk.qsar.DescriptorSpecification |
getSpecification() |
void |
initialise(org.openscience.cdk.interfaces.IChemObjectBuilder arg0) |
boolean |
isErrorIfDisconnected() |
void |
setErrorIfDisconnected(boolean errorIfDisconnected) |
void |
setParameters(Object[] arg0) |
String |
toString() |
protected String[] params
public static final String EHOMO
public static final String ELUMO
protected String force_field
protected AbstractMopacShell mopac_shell
public DescriptorMopacShell() throws ShellException
ShellException
public void initialise(org.openscience.cdk.interfaces.IChemObjectBuilder arg0)
initialise
in interface org.openscience.cdk.qsar.IDescriptor
public String[] getParameterNames()
getParameterNames
in interface org.openscience.cdk.qsar.IDescriptor
public Object[] getParameters()
getParameters
in interface org.openscience.cdk.qsar.IDescriptor
public Object getParameterType(String arg0)
getParameterType
in interface org.openscience.cdk.qsar.IDescriptor
public org.openscience.cdk.qsar.DescriptorSpecification getSpecification()
getSpecification
in interface org.openscience.cdk.qsar.IDescriptor
public void setParameters(Object[] arg0) throws org.openscience.cdk.exception.CDKException
setParameters
in interface org.openscience.cdk.qsar.IDescriptor
org.openscience.cdk.exception.CDKException
public org.openscience.cdk.qsar.DescriptorValue calculate(org.openscience.cdk.interfaces.IAtomContainer mol)
calculate
in interface org.openscience.cdk.qsar.IMolecularDescriptor
public String[] getDescriptorNames()
getDescriptorNames
in interface org.openscience.cdk.qsar.IDescriptor
public org.openscience.cdk.qsar.result.IDescriptorResult getDescriptorResultType()
getDescriptorResultType
in interface org.openscience.cdk.qsar.IMolecularDescriptor
protected void debug(String message)
public boolean isErrorIfDisconnected()
public void setErrorIfDisconnected(boolean errorIfDisconnected)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.