public interface ICorrectionFactor extends IHasValueTransformation
Modifier and Type | Interface and Description |
---|---|
static class |
ICorrectionFactor.Type |
Modifier and Type | Method and Description |
---|---|
double |
calculateFor(org.openscience.cdk.interfaces.IAtomContainer mol) |
double |
getContribution() |
String |
getDesignation() |
double |
getSD() |
ICorrectionFactor.Type |
getType() |
void |
setContribution(double contribution) |
void |
setSD(double sd) |
getValueTransformation, setValueTransformation
double getContribution()
void setContribution(double contribution)
double getSD()
void setSD(double sd)
String getDesignation()
double calculateFor(org.openscience.cdk.interfaces.IAtomContainer mol)
ICorrectionFactor.Type getType()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.