Uses of Interface
de.mid.innovator.srv2api.icw2class.CLClassifierTemplateParameter
-
Packages that use CLClassifierTemplateParameter 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 CLClassifierTemplateParameter in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLClassifierTemplateParameter Modifier and Type Method Description static CLClassifierTemplateParameter
CLClassifierTemplateParameterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Template Parameter with template and container.static CLClassifierTemplateParameter
CLClassifierTemplateParameterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Template Parameter with stereotype and container.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLClassifierTemplateParameter Modifier and Type Method Description java.util.List<CLClassifierTemplateParameter>
CLClassifier. getClassifierTemplateParameter()
All parameters constrained by thisCLClassifier
.java.util.List<CLClassifierTemplateParameter>
CLClassifier. getOwnedTemplateParameter(K_CONTROL_OPTION... behaviourFlags)
The formal template parameters that are owned by this element.
-