$darkmode
DENOPTIM
|
Static Public Member Functions | |
static CLIOptions | getInstance () |
Gets the singleton instance of this class. More... | |
Static Public Attributes | |
static Option | help |
Option requesting the printing of the help message. More... | |
static Option | version |
Option requesting only the printing of the version. More... | |
static Option | run |
Option controlling the type of run. More... | |
Private Member Functions | |
CLIOptions () | |
Static Private Attributes | |
static final long | serialVersionUID = 3L |
Version ID. More... | |
static final CLIOptions | instance = new CLIOptions() |
The only, static instance of this class. More... | |
Definition at line 27 of file CLIOptions.java.
|
private |
Definition at line 56 of file CLIOptions.java.
References denoptim.constants.DENOPTIMConstants.EOL, denoptim.main.Main.RunType.getRunTypesForUser(), denoptim.main.CLIOptions.help, denoptim.main.CLIOptions.run, and denoptim.main.CLIOptions.version.
|
static |
Gets the singleton instance of this class.
Definition at line 79 of file CLIOptions.java.
References denoptim.main.CLIOptions.instance.
Referenced by denoptim.main.Main.defineProgramBehavior(), and denoptim.main.Main.getHelpString().
|
static |
Option requesting the printing of the help message.
Definition at line 37 of file CLIOptions.java.
Referenced by denoptim.main.CLIOptions.CLIOptions(), denoptim.main.Main.defineProgramBehavior(), and denoptim.main.MainTest.testDefineProgramBehavior().
|
staticprivate |
The only, static instance of this class.
Definition at line 52 of file CLIOptions.java.
Referenced by denoptim.main.CLIOptions.getInstance().
|
static |
Option controlling the type of run.
Definition at line 47 of file CLIOptions.java.
Referenced by denoptim.main.CLIOptions.CLIOptions(), denoptim.main.Main.defineProgramBehavior(), and denoptim.main.MainTest.testDefineProgramBehavior().
|
staticprivate |
Version ID.
Definition at line 32 of file CLIOptions.java.
|
static |
Option requesting only the printing of the version.
Definition at line 42 of file CLIOptions.java.
Referenced by denoptim.main.CLIOptions.CLIOptions(), denoptim.main.Main.defineProgramBehavior(), and denoptim.main.MainTest.testDefineProgramBehavior().