Uses of Interface
de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Packages that use ExecutableComponent
Package
Description
-
Uses of ExecutableComponent in de.aristaflow.adept2.core.runtimemanager.executionenvironments
Classes in de.aristaflow.adept2.core.runtimemanager.executionenvironments that implement ExecutableComponentModifier and TypeClassDescriptionclassThis abstract execution environment is for easy development of new execution environments.classThe 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.classTODO EBPINSTANCE: Adapt the documentation according to the replacement ofActivitybyActivityInstanceThe null execution just signals an application closed to the runtime environment and returns.classThis 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 ExecutableComponentModifier and TypeFieldDescriptionprotected ExecutableComponentIDExecutionEnvironment.innerComponentThe Executable Component to be executed inside this ID Execution EnvironmentMethods in de.aristaflow.adept2.core.runtimemanager.executionenvironments that return ExecutableComponentModifier and TypeMethodDescriptionprotected 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 ExecutableComponentModifier and TypeClassDescriptionclassAbstract base class for web components implementing a generic request / reply mechanism handling various user signals from the web frontend, like signalling states, etc.classAbstract base class for web components implementing handling of external and internal resources which may be used for and from the web frontend.