|
Hi all, I am doing a work in Java about Use Cases and my goal is to write a class that writes an .xmi use cases file readable by ArgoUML (the input for the creation of each use case is a SAO string, Subject-Action-Object taken from a sentence). I found that in the ArgoUML project there is a class that could do the job: org.argouml.model.UseCaesFactory because it can create Actors and Use Cases. My problem is that I need to associate each use case with its corresponding actor in the same namespace, but in that class I don't find a method that would do this. I have to write the use cases in .xmi too. Please could you help me? many thanks, umlmail1 |
