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 classExecutionEnvironmentThis abstract execution environment is for easy development of new execution environments.classIDExecutionEnvironmentThe ID Execution Environment is used for executing application which though they implement theExecutableComponentinterface don't have an ADEPT2-Registry conform constructor.
The activity URI is used for retrieving the class to be executed by this environment.classNullExecutionTODO EBPINSTANCE: Adapt the documentation according to the replacement ofActivitybyActivityInstanceThe null execution just signals an application closed to the runtime environment and returns.classSystemExecutionEnvironmentThis 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 ExecutableComponentIDExecutionEnvironment. innerComponentThe 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 ExecutableComponentIDExecutionEnvironment. 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 classAbstractWebComponentAbstract base class for web components implementing a generic request / reply mechanism handling various user signals from the web frontend, like signalling states, etc.classAbstractWebResourceComponentAbstract base class for web components implementing handling of external and internal resources which may be used for and from the web frontend.
-