Uses of Interface
de.mid.innovator.srv2api.icw2class.CLSubstitution
-
Packages that use CLSubstitution 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 CLSubstitution in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLSubstitution Modifier and Type Method Description static CLSubstitution
CLSubstitutionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Substitution with template from source to target element.static CLSubstitution
CLSubstitutionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Substitution with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLSubstitution Modifier and Type Method Description java.util.List<CLSubstitution>
CLClassifier. getContractSubstitution(K_CONTROL_OPTION... behaviourFlags)
All substitutions with this classifier as target.java.util.List<CLSubstitution>
CLClassifier. getSubstitution(K_CONTROL_OPTION... behaviourFlags)
All substitutions owned by this classifier.
-