Interface SensitivityMatrixContributorState
-
public interface SensitivityMatrixContributorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContributorName()doublegetManualFactor()booleanisActive()voidsetActive(boolean active)voidsetManualFactor(double manualFactor)
-
-
-
Method Detail
-
setActive
void setActive(boolean active)
- Parameters:
active- the active to set
-
isActive
boolean isActive()
- Returns:
- the active
-
setManualFactor
void setManualFactor(double manualFactor)
- Parameters:
manualFactor- the manualFactor to set
-
getManualFactor
double getManualFactor()
- Returns:
- the manualFactor
-
getContributorName
java.lang.String getContributorName()
- Returns:
- the name of the contributor
-
-