public class SmartsCorrectionFactor extends Object implements ICorrectionFactor
ICorrectionFactor.Type| Constructor and Description |
|---|
SmartsCorrectionFactor(String smarts,
SmartsParser parser,
IsomorphismTester isoTester) |
SmartsCorrectionFactor(String smarts,
SmartsParser parser,
IsomorphismTester isoTester,
IValueTransformation transformation) |
SmartsCorrectionFactor(String smarts,
SmartsParser parser,
IsomorphismTester isoTester,
SmartsConst.SSM_MODE flagSSMode,
IValueTransformation transformation) |
| Modifier and Type | Method and Description |
|---|---|
double |
calculateFor(org.openscience.cdk.interfaces.IAtomContainer mol) |
double |
getContribution() |
String |
getDesignation() |
String |
getError() |
double |
getSD() |
String |
getSmarts() |
ICorrectionFactor.Type |
getType() |
IValueTransformation |
getValueTransformation() |
void |
setContribution(double contribution) |
void |
setSD(double sd) |
void |
setValueTransformation(IValueTransformation transformation) |
public SmartsCorrectionFactor(String smarts, SmartsParser parser, IsomorphismTester isoTester) throws Exception
Exceptionpublic SmartsCorrectionFactor(String smarts, SmartsParser parser, IsomorphismTester isoTester, IValueTransformation transformation) throws Exception
Exceptionpublic SmartsCorrectionFactor(String smarts, SmartsParser parser, IsomorphismTester isoTester, SmartsConst.SSM_MODE flagSSMode, IValueTransformation transformation) throws Exception
Exceptionpublic double getContribution()
getContribution in interface ICorrectionFactorpublic void setContribution(double contribution)
setContribution in interface ICorrectionFactorpublic double getSD()
getSD in interface ICorrectionFactorpublic void setSD(double sd)
setSD in interface ICorrectionFactorpublic String getDesignation()
getDesignation in interface ICorrectionFactorpublic double calculateFor(org.openscience.cdk.interfaces.IAtomContainer mol)
calculateFor in interface ICorrectionFactorpublic ICorrectionFactor.Type getType()
getType in interface ICorrectionFactorpublic IValueTransformation getValueTransformation()
getValueTransformation in interface IHasValueTransformationpublic void setValueTransformation(IValueTransformation transformation)
setValueTransformation in interface IHasValueTransformationpublic String getError()
public String getSmarts()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.