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
Exception
public SmartsCorrectionFactor(String smarts, SmartsParser parser, IsomorphismTester isoTester, IValueTransformation transformation) throws Exception
Exception
public SmartsCorrectionFactor(String smarts, SmartsParser parser, IsomorphismTester isoTester, SmartsConst.SSM_MODE flagSSMode, IValueTransformation transformation) throws Exception
Exception
public double getContribution()
getContribution
in interface ICorrectionFactor
public void setContribution(double contribution)
setContribution
in interface ICorrectionFactor
public double getSD()
getSD
in interface ICorrectionFactor
public void setSD(double sd)
setSD
in interface ICorrectionFactor
public String getDesignation()
getDesignation
in interface ICorrectionFactor
public double calculateFor(org.openscience.cdk.interfaces.IAtomContainer mol)
calculateFor
in interface ICorrectionFactor
public ICorrectionFactor.Type getType()
getType
in interface ICorrectionFactor
public IValueTransformation getValueTransformation()
getValueTransformation
in interface IHasValueTransformation
public void setValueTransformation(IValueTransformation transformation)
setValueTransformation
in interface IHasValueTransformation
public String getError()
public String getSmarts()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.