Package org.opt4j.start
Class Opt4J
java.lang.Object
org.opt4j.config.visualization.Configurator
org.opt4j.start.Opt4J
The
Opt4J configuration GUI.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voiddecorateVersionDate(SplashScreen splash) Decorate the splash screen with the version and date.com.google.inject.ModuleReturns the module for theConfigurator.protected static voidinitVisualization(org.opt4j.start.Opt4J.SplashDecorator splash) static voidStarts theOpt4Jconfiguration GUI.voidStarts theConfigurator.Methods inherited from class org.opt4j.config.visualization.Configurator
main
-
Field Details
-
moduleList
-
-
Constructor Details
-
Opt4J
public Opt4J()
-
-
Method Details
-
main
Starts theOpt4Jconfiguration GUI.- Parameters:
args- accepts a configuration file- Throws:
Exception
-
initVisualization
protected static void initVisualization(org.opt4j.start.Opt4J.SplashDecorator splash) -
decorateVersionDate
Decorate the splash screen with the version and date.- Parameters:
splash- the slpash screen
-
start
Description copied from class:ConfiguratorStarts theConfigurator.- Overrides:
startin classConfigurator- Parameters:
args- the input configuration files to be loaded
-
getModule
Description copied from class:ConfiguratorReturns the module for theConfigurator.- Overrides:
getModulein classConfigurator- Parameters:
taskClass- the task class- Returns:
- the module
-