Uses of Interface
de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
-
Packages that use AbstractExecutableComponentDescription Package Description de.aristaflow.adept2.model.activitymodel TODO This is completely outdated. -
-
Uses of AbstractExecutableComponentDescription in de.aristaflow.adept2.model.activitymodel
Subinterfaces of AbstractExecutableComponentDescription in de.aristaflow.adept2.model.activitymodel Modifier and Type Interface Description interface
ExecutableComponentDescription
AnExecutableComponentDescription
is the logical counterpart of the physical entity that is called at runtime, the "ExecutableComponent
".interface
StorageExecutableComponentDescription
This interface provides the means to store anExecutableComponentDescription
which is supported by not inheriting any attributes from a parent parameter (in contrast to the interfaceExecutableComponentDescription
.
-