Package com.powsybl.security.comparator
Class CompareSecurityAnalysisResultsTool
- java.lang.Object
-
- com.powsybl.security.comparator.CompareSecurityAnalysisResultsTool
-
- All Implemented Interfaces:
Tool
@AutoService(Tool.class) public class CompareSecurityAnalysisResultsTool extends Object implements Tool
- Author:
- Massimo Ferraro
-
-
Constructor Summary
Constructors Constructor Description CompareSecurityAnalysisResultsTool()
-
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.
-
-