|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthalo.userinterface.gui.GuiNormal
public class GuiNormal
'Interface' which connects GUI and methods for normalization
Field Summary | |
---|---|
boolean |
done
|
static java.lang.String |
MEDIAN
|
static java.lang.String |
STANDARD
|
Constructor Summary | |
---|---|
GuiNormal()
|
Method Summary | |
---|---|
void |
calcNormalization()
Creates Normalization object and performs normalization |
CorrectionFactors |
getCF()
Returns the correction factors |
Normalization |
getNormalization()
Returns the normalization Object |
int |
getRatioMethod()
Returns the method for ratio calculation |
boolean |
hasNormalization()
Checks whether normalization has been performed |
void |
setData(Data data)
Sets the data object for normalization |
void |
setMethod(java.lang.String method)
Sets the name of the normalization method |
void |
setRatioMethod(int method)
Changes the method used for ratio calculation |
void |
setReplicate(int replicate)
Sets the replicate for normalization |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String STANDARD
public static final java.lang.String MEDIAN
public boolean done
Constructor Detail |
---|
public GuiNormal()
Method Detail |
---|
public void calcNormalization()
public void setRatioMethod(int method)
method
- The method to be used for ratio calculationpublic void setData(Data data)
data
- Data object for normalizationpublic void setReplicate(int replicate)
replicate
- The replicate for normalizationpublic void setMethod(java.lang.String method)
method
- Name of the regression methodpublic Normalization getNormalization()
public CorrectionFactors getCF()
public int getRatioMethod()
public boolean hasNormalization()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |