Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANCallBehavior
-
Packages that use ANCallBehavior 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.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior. -
-
Uses of ANCallBehavior in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ANCallBehavior Modifier and Type Method Description static ANCallBehavior
ANCallBehaviorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Behavior Action with template and container with requirement.static ANCallBehavior
ANCallBehaviorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Behavior Action with stereotype and container with requirement. -
Uses of ANCallBehavior in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return types with arguments of type ANCallBehavior Modifier and Type Method Description java.util.List<ANCallBehavior>
BEBehavior. getCallBehaviorAction(K_CONTROL_OPTION... behaviourFlags)
All calls of this behavior.
-