Class SecurityAnalysisTool

java.lang.Object
com.powsybl.security.tools.SecurityAnalysisTool
All Implemented Interfaces:
com.powsybl.tools.Tool

@AutoService(com.powsybl.tools.Tool.class) public class SecurityAnalysisTool extends Object implements com.powsybl.tools.Tool
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>, Teofil Calin BANC <teofil-calin.banc at rte-france.com>
  • Constructor Details

    • SecurityAnalysisTool

      public SecurityAnalysisTool()
  • Method Details

    • getCommand

      public com.powsybl.tools.Command getCommand()
      Specified by:
      getCommand in interface com.powsybl.tools.Tool
    • run

      public void run(org.apache.commons.cli.CommandLine line, com.powsybl.tools.ToolRunningContext context) throws Exception
      Throws:
      Exception