Uses of Interface
de.mid.innovator.srv2api.icw2model.MEUsage
-
Packages that use MEUsage Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MEUsage in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type MEUsage Modifier and Type Method Description java.util.List<MEUsage>
CLInterface. getInterfaceUsage(K_CONTROL_OPTION... behaviourFlags)
All usage dependencies using this interface. -
Uses of MEUsage in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return MEUsage Modifier and Type Method Description static MEUsage
MEUsageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usage with template from source to target element.static MEUsage
MEUsageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usage with stereotype from source to target element.
-