Class BranchFlow


  • public class BranchFlow
    extends SensitivityFunction
    Sensitivity function on a network branch flow
    Author:
    Sebastien Murgey <sebastien.murgey at rte-france.com>
    • Constructor Detail

      • BranchFlow

        public BranchFlow​(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 flow 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 network branch id