Uses of Interface
de.mid.innovator.srv2api.icw2class.CLExtend
-
Packages that use CLExtend 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.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of CLExtend in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLExtend Modifier and Type Method Description static CLExtend
CLExtendHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Extend Relationship with template from source to target element.static CLExtend
CLExtendHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Extend Relationship with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLExtend Modifier and Type Method Description java.util.List<CLExtend>
CLExtensionPoint. getExtend()
The extend relationships of this extension point.java.util.List<CLExtend>
CLUseCase. getExtend(K_CONTROL_OPTION... behaviourFlags)
java.util.List<CLExtend>
CLUseCase. getExtendedCase(K_CONTROL_OPTION... behaviourFlags)
-
Uses of CLExtend in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return CLExtend Modifier and Type Method Description CLExtend
MESimpleConstraint. getOwningExtend()
The extend relationship owning this constraint.
-