Class SensitivityValue


  • public class SensitivityValue
    extends Object
    Elementary result value of sensitivity analysis. Associates a value to a sensitivity factor.
    Author:
    Sebastien Murgey <sebastien.murgey at rte-france.com>
    See Also:
    SensitivityFactor
    • Constructor Detail

      • SensitivityValue

        public SensitivityValue​(SensitivityFactor sensitivityFactor,
                                double value,
                                double functionReference,
                                double variableReference)
        Constructor
        Parameters:
        sensitivityFactor - sensitivity factor input
        value - value of the sensitivity
        functionReference - reference value of the function
        variableReference - reference value of the variable
    • Method Detail

      • getFactor

        public SensitivityFactor getFactor()
        Get the sensitivity factor
        Returns:
        the sensitivity factor
      • getValue

        public double getValue()
        Get the value of the sensitivity
        Returns:
        the value of the sensitivity, and NaN if not computed
      • getFunctionReference

        public double getFunctionReference()
        Get the value of the function in the reference network state
        Returns:
        the reference value of the function, and NaN if not computed
      • getVariableReference

        public double getVariableReference()
        Get the value of the variable in the reference network state
        Returns:
        the reference value of the variable, and NaN if not computed