Represents the behavior of the program at start-up.
RunType runType
The type of run that is requested.
Behavior(RunType runType, CommandLine cmd, int exitStatus, String helpMsg, String errorMsg)
Creates a behavior.
CommandLine cmd
The parsed command line arguments.
Behavior(RunType runType, CommandLine cmd)
Creates a behavior.
int exitStatus
A non-zero value means some error has occurred and the program will terminate.
Types of runs that can be requested to the DENOPTIM Main class.