| Package | Description |
|---|---|
| org.opt4j.config |
Provides the classes for modules structure and configuration.
|
| org.opt4j.config.visualization |
Provides the classes for the configurator visualization (GUI).
|
| org.opt4j.start |
Provides the classes for the Opt4J configurator and starter.
|
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
ExecutionEnvironment.getTasks()
Returns the list of all
Tasks. |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskListener.added(Task task)
Invoked if a
Task is added. |
void |
ExecutionEnvironment.stateChanged(Task task) |
void |
TaskStateListener.stateChanged(Task task)
Invoked if a
Task changes its state. |
| Modifier and Type | Method and Description |
|---|---|
void |
Starter.execute(Class<? extends Task> taskClass,
String[] filenames)
Executor method.
|
| Constructor and Description |
|---|
ExecutionEnvironment(com.google.inject.Provider<Task> taskProvider)
Constructs a
ExecutionEnvironment. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTasksPanel.added(Task task) |
void |
DefaultTasksPanel.stateChanged(Task task) |
| Modifier and Type | Method and Description |
|---|---|
com.google.inject.Module |
Configurator.getModule(Class<? extends Task> taskClass)
Returns the module for the
Configurator. |
void |
Configurator.main(Class<? extends Task> taskClass,
String filename)
Starts the
Configurator with the specified task class and the
file to be loaded. |
| Modifier and Type | Class and Description |
|---|---|
class |
Opt4JTask
The
Opt4JTask executes one optimization process. |
| Modifier and Type | Method and Description |
|---|---|
com.google.inject.Module |
Opt4J.getModule(Class<? extends Task> taskClass) |