Class DynamicSecurityAnalysisCommand
java.lang.Object
com.powsybl.security.tools.SecurityAnalysisCommand
com.powsybl.security.dynamic.tools.DynamicSecurityAnalysisCommand
- All Implemented Interfaces:
Command
- Author:
- Laurent Issertial <laurent.issertial at rte-france.com>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a description of the command.getName()
Get the name of the command.org.apache.commons.cli.Options
Get the command options.Methods inherited from class com.powsybl.security.tools.SecurityAnalysisCommand
getTheme, getUsageFooter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.powsybl.tools.Command
getTheme, getUsageFooter, isHidden
-
Constructor Details
-
DynamicSecurityAnalysisCommand
public DynamicSecurityAnalysisCommand()
-
-
Method Details
-
getName
Description copied from interface:Command
Get the name of the command.- Specified by:
getName
in interfaceCommand
- Overrides:
getName
in classSecurityAnalysisCommand
- Returns:
- the name of the command
-
getDescription
Description copied from interface:Command
Get a description of the command.- Specified by:
getDescription
in interfaceCommand
- Overrides:
getDescription
in classSecurityAnalysisCommand
- Returns:
- a description of the command
-
getOptions
public org.apache.commons.cli.Options getOptions()Description copied from interface:Command
Get the command options.- Specified by:
getOptions
in interfaceCommand
- Overrides:
getOptions
in classSecurityAnalysisCommand
- Returns:
- the command options
-