Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACControlFlow
-
Packages that use ACControlFlow 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. -
-
Uses of ACControlFlow in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ACControlFlow Modifier and Type Method Description static ACControlFlow
ACControlFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Control Flow Edge with template from source to target element.static ACControlFlow
ACControlFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Control Flow Edge with stereotype from source to target element.
-