Uses of Interface
de.mid.innovator.srv2api.icw2class.CLTemplateBinding
-
Packages that use CLTemplateBinding 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 CLTemplateBinding in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLTemplateBinding Modifier and Type Method Description static CLTemplateBinding
CLTemplateBindingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Template Binding with template from source to target element.static CLTemplateBinding
CLTemplateBindingHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Template Binding with stereotype from source to target element.CLTemplateBinding
CLTemplateParameterSubstitution. getTemplateBinding()
The binding that owns this substitution.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLTemplateBinding Modifier and Type Method Description java.util.List<CLTemplateBinding>
CLTemplateAbleElement. getTemplateBindingSource(K_CONTROL_OPTION... behaviourFlags)
java.util.List<CLTemplateBinding>
CLTemplateAbleElement. getTemplateBindingTarget(K_CONTROL_OPTION... behaviourFlags)
-