Package com.powsybl.loadflow.tools
Class RunLoadFlowTool
- java.lang.Object
-
- com.powsybl.loadflow.tools.RunLoadFlowTool
-
- All Implemented Interfaces:
Tool
@AutoService(Tool.class) public class RunLoadFlowTool extends Object implements Tool
- Author:
- Christian Biasuzzi
-
-
Constructor Summary
Constructors Constructor Description RunLoadFlowTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Command
getCommand()
Get the command of the tool.void
run(org.apache.commons.cli.CommandLine line, ToolRunningContext context)
Run the tool.
-
-
-
Method Detail
-
getCommand
public Command 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.
-
-