| Class | Description |
|---|---|
| ExecutionEnvironment |
This abstract execution environment is for easy development of new execution
environments.
|
| IDExecutionEnvironment |
The ID Execution Environment is used for executing application which though
they implement the
ExecutableComponent interface don't have an
ADEPT2-Registry conform constructor. |
| NullExecution |
TODO EBPINSTANCE: Adapt the documentation according to the replacement of
Activity by
ActivityInstance
The null execution just signals an application closed to the runtime
environment and returns. |
| SystemExecutionEnvironment |
This abstract system execution environment extends the abstract execution
environment by a registry for accessing the system directly.
|