Uses of Interface
de.mid.innovator.srv2api.icw2ia.IABehaviorExecSpec
-
Packages that use IABehaviorExecSpec Package Description de.mid.innovator.srv2api.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions. -
-
Uses of IABehaviorExecSpec in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return types with arguments of type IABehaviorExecSpec Modifier and Type Method Description java.util.List<IABehaviorExecSpec>
BEBehavior. getBehaviorExecSpec()
All behavior execution specifications of this behavior -
Uses of IABehaviorExecSpec in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return IABehaviorExecSpec Modifier and Type Method Description static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Behavior Execution Specification with template and container.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Behavior Execution Specification with template and container with requirement.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Behavior Execution Specification with stereotype and container.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Behavior Execution Specification with stereotype and container with requirement.
-