Class SensitivityFactor<F extends SensitivityFunction,​V extends SensitivityVariable>

    • Constructor Detail

      • SensitivityFactor

        protected SensitivityFactor​(F sensitivityFunction,
                                    V sensitivityVariable)
        Sensitivity factor standard implementation constructor.
        Parameters:
        sensitivityFunction - sensitivity function
        sensitivityVariable - sensitivity variable
    • Method Detail

      • getFunction

        public F getFunction()
        Get the function of the sensitivity factor
        Returns:
        the function of the sensitivity factor
      • getVariable

        public V getVariable()
        Get the variable of the sensitivity factor
        Returns:
        the variable of the sensitivity factor