Class ConditionalActions

java.lang.Object
com.powsybl.security.strategy.ConditionalActions

public class ConditionalActions extends Object
Author:
Bertrand Rix <bertrand.rix at artelys.com>
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      An ID which uniquely identifies this strategy, for a security analysis execution.
    • getCondition

      public Condition getCondition()
      The condition which will decided the actual application of the actions, or not.
    • getActionIds

      public List<String> getActionIds()
      An ordered list of actions, which will be simulated if the condition holds true.