Uses of Interface
de.mid.innovator.srv2api.icw2ia.IABehaviorExecSpec

Packages that use IABehaviorExecSpec
de.mid.innovator.srv2api.icw2be The Common Behaviors packages specify 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
 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
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.