Uses of Interface
de.mid.innovator.srv2api.icw2class.CLInclude
-
Packages that use CLInclude 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. -
-
Uses of CLInclude in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLInclude Modifier and Type Method Description static CLInclude
CLIncludeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Include Relationship with template from source to target element.static CLInclude
CLIncludeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Include Relationship with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLInclude Modifier and Type Method Description java.util.List<CLInclude>
CLUseCase. getAddition(K_CONTROL_OPTION... behaviourFlags)
java.util.List<CLInclude>
CLUseCase. getInclude(K_CONTROL_OPTION... behaviourFlags)
-