Uses of Interface
de.mid.innovator.srv2api.icw2class.CLTemplateParameterSubstitution
-
Packages that use CLTemplateParameterSubstitution 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 CLTemplateParameterSubstitution in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLTemplateParameterSubstitution Modifier and Type Method Description java.util.List<CLTemplateParameterSubstitution>
CLTemplateParameterAbleElement. getActualParameterSubstitution(K_CONTROL_OPTION... behaviourFlags)
All substitutions where this element is used as actual parameter.java.util.List<CLTemplateParameterSubstitution>
CLTemplateParameter. getFormalParameterSubstitution(K_CONTROL_OPTION... behaviourFlags)
All substitutions that are associated with this formal template parameter.java.util.List<CLTemplateParameterSubstitution>
CLTemplateBinding. getParameterSubstitution(K_CONTROL_OPTION... behaviourFlags)
All substitutions owned by this binding.
-