Open mbats opened 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.
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.
It should be possible to create a use case diagram from a use case.