public interface IGroup
Modifier and Type | Interface and Description |
---|---|
static class |
IGroup.Type |
Modifier and Type | Method and Description |
---|---|
double |
getContribution() |
String |
getDesignation() |
IGroupSet |
getGroupSet() |
GroupInfo |
getInfo() |
double |
getSD() |
IGroup.Type |
getType() |
IValueTransformation |
getValueTransformation() |
boolean |
isMissing() |
void |
setContribution(double contribution) |
void |
setMissing(boolean missing) |
void |
setSD(double sd) |
void |
setValueTransformation(IValueTransformation transformation) |
double getContribution()
void setContribution(double contribution)
double getSD()
void setSD(double sd)
IValueTransformation getValueTransformation()
void setValueTransformation(IValueTransformation transformation)
String getDesignation()
GroupInfo getInfo()
IGroupSet getGroupSet()
IGroup.Type getType()
boolean isMissing()
void setMissing(boolean missing)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.