Uses of Interface
de.mid.innovator.srv2api.icw2class.CLUseCase
-
Packages that use CLUseCase 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.icw2cldia Diagrams and graphical representations for elements of the icw2class package. -
-
Uses of CLUseCase in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLUseCase Modifier and Type Method Description static CLUseCase
CLUseCaseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Use Case with template and container.static CLUseCase
CLUseCaseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Use Case with stereotype and container.CLUseCase
CLInclude. getAddition()
CLUseCase
CLExtend. getExtendedCase()
CLUseCase
CLExtend. getExtension()
CLUseCase
CLInclude. getIncludingCase()
CLUseCase
CLExtensionPoint. getUseCase()
References the use case which owns the extension point.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLUseCase Modifier and Type Method Description java.util.List<CLUseCase>
CLExtensionPoint. getExtension(K_CONTROL_OPTION... behaviourFlags)
the use cases reached by extends of this extension point.java.util.List<CLUseCase>
CLExtensionPoint. getExtension(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getExtension and filters its return values according to the given stereotype value.java.util.List<CLUseCase>
CLClassifier. getOwnedUseCase(K_CONTROL_OPTION... behaviourFlags)
References the use cases owned by this classifier.java.util.List<CLUseCase>
CLClassifier. getUseCase()
The set of use cases which this classifier is the subject for. -
Uses of CLUseCase in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia that return CLUseCase Modifier and Type Method Description CLUseCase
CLDiaUseCaseNode. getUseCase()
-