Class LimitingBranchResult


  • public class LimitingBranchResult
    extends Object
    Author:
    Theo Pascoli <theo.pascoli at rte-france.com>
    • Constructor Detail

      • LimitingBranchResult

        public LimitingBranchResult​(String verticeId,
                                    String criticalBranchId,
                                    Double ramBefore,
                                    Double ramAfter,
                                    Double flowBefore,
                                    Double flowAfter,
                                    Set<com.farao_community.farao.data.crac_api.RemedialAction<?>> remedialActions,
                                    String criticalBranchName,
                                    com.farao_community.farao.data.crac_api.State state)
    • Method Detail

      • getVerticeId

        public String getVerticeId()
      • getRamBefore

        public Double getRamBefore()
      • getRamAfter

        public Double getRamAfter()
      • getFlowBefore

        public Double getFlowBefore()
      • getFlowAfter

        public Double getFlowAfter()
      • getRemedialActions

        public Set<com.farao_community.farao.data.crac_api.RemedialAction<?>> getRemedialActions()
      • getCriticalBranchId

        public String getCriticalBranchId()
      • getCriticalBranchName

        public String getCriticalBranchName()
      • getState

        public com.farao_community.farao.data.crac_api.State getState()
      • getBranchStatus

        public String getBranchStatus()