public class DescriptorRangeScore extends Object implements IScoreComponent
Constructor and Description |
---|
DescriptorRangeScore() |
Modifier and Type | Method and Description |
---|---|
Double |
getMaxValue() |
Double |
getMinValue() |
RangeProfile |
getProfile() |
double |
getScore(org.openscience.cdk.interfaces.IAtomContainer mol) |
double |
getWeight() |
void |
setMaxValue(Double maxValue) |
void |
setMinValue(Double minValue) |
void |
setProfile(RangeProfile profile) |
void |
setWeight(double weight) |
public double getWeight()
getWeight
in interface IScoreComponent
public void setWeight(double weight)
setWeight
in interface IScoreComponent
public double getScore(org.openscience.cdk.interfaces.IAtomContainer mol)
getScore
in interface IScoreComponent
public Double getMaxValue()
public void setMaxValue(Double maxValue)
public Double getMinValue()
public void setMinValue(Double minValue)
public RangeProfile getProfile()
public void setProfile(RangeProfile profile)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.