ObeoNetwork / UML-Designer

OpenSource (EPL licensed) UML2 Graphical Modelers (Class, Composite, State, Activity, Sequence ...)
http://umldesigner.org
320 stars 123 forks source link

Create use case diagram from a use case #860

Open mbats opened 8 years ago

mbats commented 8 years ago

It should be possible to create a use case diagram from a use case.

mbats commented 8 years ago

This is not as simple as it seems at the beginning. In the UML metamodel a use case can contain another use case. But a use case diagram is based on a package. So if we want to be able to create a sub use case diagram from a use case we should be able to create a sub package associated to the use case.

mbats commented 7 years ago

The proposed patch handles the creation of a use case diagram from a use case. It just creates the new use case in the same package than the usecase selected for creating a new diagram. There is no relation of sub usecase and so it is not possible to navigate from the usecase to its sub usecases. We should improve the feature to allow the navigation between the usecase and its sub use cases.