Uses of Interface
de.mid.innovator.srv2api.icw2class.CLExtensionPoint
-
Packages that use CLExtensionPoint 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 CLExtensionPoint in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLExtensionPoint Modifier and Type Method Description static CLExtensionPoint
CLExtensionPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Extension Point with template and container.static CLExtensionPoint
CLExtensionPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Extension Point with stereotype and container.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLExtensionPoint Modifier and Type Method Description java.util.List<CLExtensionPoint>
CLExtend. getExtensionLocation()
An ordered list of extension points belonging to the extended use case specifying where the respective behavioral fragments of the extending use case are to be inserted.java.util.List<CLExtensionPoint>
CLUseCase. getExtensionPoint(K_CONTROL_OPTION... behaviourFlags)
References the extension points owned by the use case.Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type CLExtensionPoint Modifier and Type Method Description void
CLExtend. setExtensionLocation(java.util.List<? extends CLExtensionPoint> values)
Set the value of Foreign Key ExtensionLocation.
-