Uses of Interface
de.mid.innovator.srv2api.icw2class.CLCommunicationPath
Packages that use CLCommunicationPath
Package
Description
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
-
Uses of CLCommunicationPath in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLCommunicationPathModifier and TypeMethodDescriptionstatic CLCommunicationPathCLCommunicationPathHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Communication Path with template from source to target element.static CLCommunicationPathCLCommunicationPathHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, List<? extends ELElement> seqSel) Create a new Communication Path with template, container and a sequence of elements.static CLCommunicationPathCLCommunicationPathHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Communication Path with stereotype from source to target element.static CLCommunicationPathCLCommunicationPathHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, List<? extends ELElement> seqSel) Create a new Communication Path with stereotype, container and a sequence of elements.