| Package | Description |
|---|---|
| de.aristaflow.adept2.core.runtimemanager.executionenvironments |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionEnvironment
This abstract execution environment is for easy development of new execution
environments.
|
class |
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. |
class |
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. |
class |
SystemExecutionEnvironment
This abstract system execution environment extends the abstract execution
environment by a registry for accessing the system directly.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExecutableComponent |
IDExecutionEnvironment.innerComponent
The Executable Component to be executed inside this ID Execution
Environment
|
| Modifier and Type | Method and Description |
|---|---|
protected ExecutableComponent |
IDExecutionEnvironment.getComponentToExecute(ActivityInstance actInstance)
Determines the Executable Component to be executed inside this
IDExecutionEnvironment. |