Package de.aristaflow.adept2.core.runtimemanager.executionenvironments
-
Class Summary 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 theExecutableComponent
interface don't have an ADEPT2-Registry conform constructor.
The activity URI is used for retrieving the class to be executed by this environment.NullExecution TODO EBPINSTANCE: Adapt the documentation according to the replacement ofActivity
byActivityInstance
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.