Class BranchIntensity


  • public class BranchIntensity
    extends SensitivityFunction
    Sensitivity function on a network branch intensity Only available in AC computation mode
    Author:
    Sebastien Murgey <sebastien.murgey at rte-france.com>
    • Constructor Detail

      • BranchIntensity

        public BranchIntensity​(String id,
                               String name,
                               String branchId)
        Constructor
        Parameters:
        id - unique identifier of the function
        name - readable name of the function
        branchId - id of the network branch which intensity is used as sensitivity function
        Throws:
        NullPointerException - if branchId is null
    • Method Detail

      • getBranchId

        public String getBranchId()
        Get the id of the network branch composing the sensitivity function
        Returns:
        the id of the network branch