Is there any software tool that I can convert a use case diagram to a class diagram?
Thanks,
Amanda
Is there any software tool that I can convert a use case diagram to a class diagram?
Thanks,
Amanda
No software will do such thing.
Use case diagram provides very high level of your system dynamic behavior.
Class diagram provides static view of a single module in your system.
These 2 entities have no tight coupling; use case diagram can have a zillion corresponding valid class diagrams and vice versa.