Class AcEquationSystemCreationParameters


  • public class AcEquationSystemCreationParameters
    extends Object
    Author:
    Geoffroy Jamgotchian
    • Constructor Detail

      • AcEquationSystemCreationParameters

        public AcEquationSystemCreationParameters​(boolean phaseControl,
                                                  boolean transformerVoltageControl)
      • AcEquationSystemCreationParameters

        public AcEquationSystemCreationParameters​(boolean phaseControl,
                                                  boolean transformerVoltageControl,
                                                  boolean forceA1Var)
      • AcEquationSystemCreationParameters

        public AcEquationSystemCreationParameters​(boolean phaseControl,
                                                  boolean transformerVoltageControl,
                                                  boolean forceA1Var,
                                                  Set<String> branchesWithCurrent)
    • Method Detail

      • isPhaseControl

        public boolean isPhaseControl()
      • isTransformerVoltageControl

        public boolean isTransformerVoltageControl()
      • isForceA1Var

        public boolean isForceA1Var()
      • getBranchesWithCurrent

        public Set<String> getBranchesWithCurrent()