Uses of Interface
de.mid.innovator.srv2api.icw2class.CLInterfaceRealization
-
Packages that use CLInterfaceRealization 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 CLInterfaceRealization in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLInterfaceRealization Modifier and Type Method Description static CLInterfaceRealization
CLInterfaceRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Interface Realization with template from source to target element.static CLInterfaceRealization
CLInterfaceRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Interface Realization with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLInterfaceRealization Modifier and Type Method Description java.util.List<CLInterfaceRealization>
CLInterface. getContractInterfaceRealization(K_CONTROL_OPTION... behaviourFlags)
java.util.List<CLInterfaceRealization>
CLBehavioredClassifier. getInterfaceRealization(K_CONTROL_OPTION... behaviourFlags)
All interface realizations owned by this behaviored classifier.java.util.List<CLInterfaceRealization>
CLInterface. getInterfaceRealizationOfInterface(K_CONTROL_OPTION... behaviourFlags)
All realizations of this interface.
-