See: Description
Interface | Description |
---|---|
ModuleAutoFinderListener |
The
ModuleAutoFinderListener is a listener interface for the
ModuleAutoFinder . |
ModuleList | |
Requirement |
The
Requirement indicates if a Property is active or not. |
TaskListener |
The
TaskListener . |
TaskStateListener |
The
TaskStateListener . |
Transformer<I,O> |
The
Transformer design pattern. |
Class | Description |
---|---|
BooleanRequirement | |
ClassPath |
The
ClassPath is also known as the ClassPathHacker and
enables adding new files to the classpath. |
EnumRequirement | |
ExecutionEnvironment |
The
ExecutionEnvironment for Task s. |
Icons | |
JNode |
Wrapper for
Node elements. |
ModuleAutoFinder |
The
ModuleAutoFinder searches the classpath for all
PropertyModule s that are not annotated with Ignore . |
ModuleListUser |
The
ModuleListUser is a ModuleList for user defined modules. |
ModuleLoader |
Helper class for loading
PropertyModule configurations from files or
retrieving these from XML Node s. |
ModuleRegister |
The
ModuleRegister contains all found modules for the
Configurator . |
ModuleSaver |
Helper class for saving the
PropertyModule configurations or adding
these to XML Node s. |
Property |
The
Property contains information about a single property of a
PropertyModule . |
PropertyModule |
The
PropertyModule is a decorator for a Module that enables
property methods. |
Starter |
The
Starter executes configuration files. |
Task |
The
Task is an abstract class for optimization tasks. |
Enum | Description |
---|---|
Task.State |
The
Task.State of a task. |