Uses of Interface
de.mid.innovator.srv2api.icw2ia.IAActionExecSpec
-
Packages that use IAActionExecSpec Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions. -
-
Uses of IAActionExecSpec in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type IAActionExecSpec Modifier and Type Method Description java.util.List<IAActionExecSpec>
ANAction. getExecution(K_CONTROL_OPTION... behaviourFlags)
All execution specifications of theANAction
. -
Uses of IAActionExecSpec in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return IAActionExecSpec Modifier and Type Method Description static IAActionExecSpec
IAActionExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Action Execution Specification with template and container with requirement.static IAActionExecSpec
IAActionExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Action Execution Specification with stereotype and container with requirement.
-