Package com.powsybl.shortcircuit.tools
Class ShortCircuitAnalysisTool
java.lang.Object
com.powsybl.shortcircuit.tools.ShortCircuitAnalysisTool
- All Implemented Interfaces:
Tool
- Author:
- Boubakeur Brahimi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the command of the tool.void
run
(org.apache.commons.cli.CommandLine line, ToolRunningContext context) Run the tool.
-
Constructor Details
-
ShortCircuitAnalysisTool
public ShortCircuitAnalysisTool()
-
-
Method Details
-
getCommand
Description copied from interface:Tool
Get the command of the tool.- Specified by:
getCommand
in interfaceTool
-
run
public void run(org.apache.commons.cli.CommandLine line, ToolRunningContext context) throws Exception Description copied from interface:Tool
Run the tool.
-