Hi Claudia, You might take a look at ArgoPrint's DiagramUtil class for some ideas about how to do this:
http://argoprint.tigris.org/source/browse/argoprint/trunk/src/org/argoprint/util/DiagramUtil.java?revision=327&view=markup There's a method called "getUseCaseDiagrams" that may get you what you want. Hope this helps, Mark On Fri, Apr 3, 2009 at 3:14 PM, Claudia Rodriguez Brasicott < [email protected]> wrote: > Hello, > > We want to create a text file from a given ArgoUML project that only > contains the Use Case Diagram information. In order to do so, we are taking > the list of diagrams with the getDiagramList() function and we want to take > only the Use Case diagrams. We are having problems trying to get the diagram > type. Is there a function or a way to do this? > > Thanks! > > Claudia > > ------------------------------------------------------ > > http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=1536213 > > To unsubscribe from this discussion, e-mail: [ > [email protected]]. > To be allowed to post to the list contact the mailing list moderator, > email: [[email protected]] > -- Mark Fortner blog: http://feeds.feedburner.com/jroller/ideafactory ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=1537410 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
