public class WithinParticipantCovariancePanel extends WizardStepPanel implements CovarianceSetManager
Modifier and Type | Method and Description |
---|---|
void |
onWizardContextChange(WizardContextChangeEvent e)
Respond to a change in the context object
|
void |
onWizardContextLoad()
Update the screen when the predictors or repeated measures change
|
void |
reset()
Clear the panel
|
void |
setComplete(String name,
boolean complete)
Mark the named covariance object as complete or
incomplete
|
void |
setCovarianceCellValue(String name,
int row,
int column,
double value)
Set the value of the specified cell in the named covariance matrix
|
void |
setLearParameters(String name,
double rho,
double delta)
Update the values of the Lear parameters in the named covariance object
|
void |
setStandardDeviationValue(String name,
int index,
double value)
Set the value of the specified standard deviation in the named covariance matrix
|
void |
setType(String name,
CovarianceTypeEnum type)
Reset the type in the named covariance object in the context
|
getName, getState, onEnter, onExit
public void reset()
reset
in class WizardStepPanel
public void onWizardContextChange(WizardContextChangeEvent e)
onWizardContextChange
in interface WizardContextListener
onWizardContextChange
in class WizardStepPanel
public void onWizardContextLoad()
onWizardContextLoad
in interface WizardContextListener
onWizardContextLoad
in class WizardStepPanel
public void setType(String name, CovarianceTypeEnum type)
setType
in interface CovarianceSetManager
name
- type
- public void setLearParameters(String name, double rho, double delta)
setLearParameters
in interface CovarianceSetManager
name
- rho
- delta
- public void setCovarianceCellValue(String name, int row, int column, double value)
setCovarianceCellValue
in interface CovarianceSetManager
name
- row
- column
- value
- public void setComplete(String name, boolean complete)
setComplete
in interface CovarianceSetManager
public void setStandardDeviationValue(String name, int index, double value)
CovarianceSetManager
setStandardDeviationValue
in interface CovarianceSetManager
University of Colorado Denver, Department of Biostatistics and Informatics