public class DescriptorInfo extends Object
Modifier and Type | Field and Description |
---|---|
double |
contribution |
String |
fullString |
String |
name |
double |
sd |
IValueTransformation |
valueTranform |
Constructor and Description |
---|
DescriptorInfo() |
Modifier and Type | Method and Description |
---|---|
double |
getContribution() |
String |
getName() |
double |
getSD() |
void |
setContribution(double contribution) |
void |
setName(String name) |
void |
setSD(double sd) |
double |
transform(double value) |
public double contribution
public double sd
public String fullString
public String name
public IValueTransformation valueTranform
public double getContribution()
public void setContribution(double contribution)
public double getSD()
public void setSD(double sd)
public String getName()
public void setName(String name)
public double transform(double value)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.