Class Opt4J


public class Opt4J extends Configurator
The Opt4J configuration GUI.
  • Field Details

  • Constructor Details

    • Opt4J

      public Opt4J()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Starts the Opt4J configuration GUI.
      Parameters:
      args - accepts a configuration file
      Throws:
      Exception
    • initVisualization

      protected static void initVisualization(org.opt4j.start.Opt4J.SplashDecorator splash)
    • decorateVersionDate

      protected static void decorateVersionDate(SplashScreen splash)
      Decorate the splash screen with the version and date.
      Parameters:
      splash - the slpash screen
    • start

      public void start(String[] args)
      Description copied from class: Configurator
      Starts the Configurator.
      Overrides:
      start in class Configurator
      Parameters:
      args - the input configuration files to be loaded
    • getModule

      public com.google.inject.Module getModule(Class<? extends Task> taskClass)
      Description copied from class: Configurator
      Returns the module for the Configurator.
      Overrides:
      getModule in class Configurator
      Parameters:
      taskClass - the task class
      Returns:
      the module