Package org.opt4j.start
Class Opt4J
java.lang.Object
org.opt4j.config.visualization.Configurator
org.opt4j.start.Opt4J
The
Opt4J
configuration GUI.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
decorateVersionDate
(SplashScreen splash) Decorate the splash screen with the version and date.com.google.inject.Module
Returns the module for theConfigurator
.protected static void
initVisualization
(org.opt4j.start.Opt4J.SplashDecorator splash) static void
Starts theOpt4J
configuration GUI.void
Starts theConfigurator
.Methods inherited from class org.opt4j.config.visualization.Configurator
main
-
Field Details
-
moduleList
-
-
Constructor Details
-
Opt4J
public Opt4J()
-
-
Method Details
-
main
Starts theOpt4J
configuration 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:Configurator
Starts theConfigurator
.- Overrides:
start
in classConfigurator
- Parameters:
args
- the input configuration files to be loaded
-
getModule
Description copied from class:Configurator
Returns the module for theConfigurator
.- Overrides:
getModule
in classConfigurator
- Parameters:
taskClass
- the task class- Returns:
- the module
-