Uses of Interface
de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
-
Packages that use ExecutableComponent Package Description de.aristaflow.adept2.core.runtimemanager.executionenvironments de.aristaflow.adept2.ui.htmlgui.executionenvironments -
-
Uses of ExecutableComponent in de.aristaflow.adept2.core.runtimemanager.executionenvironments
Classes in de.aristaflow.adept2.core.runtimemanager.executionenvironments that implement ExecutableComponent Modifier and Type Class 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 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.class
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.class
SystemExecutionEnvironment
This abstract system execution environment extends the abstract execution environment by a registry for accessing the system directly.Fields in de.aristaflow.adept2.core.runtimemanager.executionenvironments declared as ExecutableComponent Modifier and Type Field Description protected ExecutableComponent
IDExecutionEnvironment. innerComponent
The Executable Component to be executed inside this ID Execution EnvironmentMethods in de.aristaflow.adept2.core.runtimemanager.executionenvironments that return ExecutableComponent Modifier and Type Method Description protected ExecutableComponent
IDExecutionEnvironment. getComponentToExecute(ActivityInstance actInstance)
Determines the Executable Component to be executed inside thisIDExecutionEnvironment
. -
Uses of ExecutableComponent in de.aristaflow.adept2.ui.htmlgui.executionenvironments
Classes in de.aristaflow.adept2.ui.htmlgui.executionenvironments that implement ExecutableComponent Modifier and Type Class Description class
AbstractWebComponent
Abstract base class for web components implementing a generic request / reply mechanism handling various user signals from the web frontend, like signalling states, etc.class
AbstractWebResourceComponent
Abstract base class for web components implementing handling of external and internal resources which may be used for and from the web frontend.
-