public class CATSensitivityAnalysisParameterWrapper extends java.lang.Object implements REpiceaUIObject
Modifier and Type | Field and Description |
---|---|
protected Distribution.Type |
selectedDistributionType |
Modifier | Constructor and Description |
---|---|
protected |
CATSensitivityAnalysisParameterWrapper(CATSensitivityAnalysisSettings.VariabilitySource source) |
Modifier and Type | Method and Description |
---|---|
protected CATSensitivityAnalysisParameter<?> |
getParameter(Distribution.Type type) |
REpiceaPanel |
getUI()
This method returns the GUI interface of the class that implements this interface.
|
protected double |
getValue(MonteCarloSimulationCompliantObject subject,
java.lang.String subjectId) |
boolean |
isVisible()
This method returns true if the GUI is visible.
|
protected Distribution.Type selectedDistributionType
protected CATSensitivityAnalysisParameterWrapper(CATSensitivityAnalysisSettings.VariabilitySource source)
public REpiceaPanel getUI()
REpiceaUIObject
getUI
in interface REpiceaUIObject
protected double getValue(MonteCarloSimulationCompliantObject subject, java.lang.String subjectId)
public boolean isVisible()
REpiceaUIObject
isVisible
in interface REpiceaUIObject
protected CATSensitivityAnalysisParameter<?> getParameter(Distribution.Type type)