Uses of Interface
de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Packages that use AbstractOperation Package Description de.aristaflow.adept2.model.activitymodel TODO This is completely outdated. -
-
Uses of AbstractOperation in de.aristaflow.adept2.model.activitymodel
Subinterfaces of AbstractOperation in de.aristaflow.adept2.model.activitymodel Modifier and Type Interface Description interface
Operation
TheOperation
represents a callable part of anExecutableComponent
.interface
StorageOperation
This interface provides the means to store anOperation
which is supported by not inheriting any attributes from a parent parameter (in contrast to the interfaceOperation
.
-