5

I am searching for a textual representation on UseCases which allows me to generate the graphs afterwards. Is there a tool, preferred open-source or freeware, or an eclipse plugin out there, which allows doing that?

I found a blog post on an xText DSL example for doing that magic, but it is not working anymore, so maybe there is more active development somewhere, or someone maybe fixed this already for newer eclipse version?

xText DSL Use Case Example

joecks
  • 4,539
  • 37
  • 48
  • I am working on something like that, but nothing working on current version of Xtext yet. The syntax can be greatly improved from that blog post and I use metauml (through TeXlipse) for rendering the diagrams and documentation. – Gabriel Ščerbák Nov 28 '11 at 10:27
  • Well let me know if you are going to publish that, so I could even participate. – joecks Nov 28 '11 at 10:45

2 Answers2

0

Take a look at yuml.me , an online service that renders for you UML diagrams based on textual definitions

Jordi Cabot
  • 8,058
  • 2
  • 33
  • 39
0

You can also enter all this information in the usecase at model level and then manually create your usecase diagram. alt text http://www.forum-omondo.com/download/file.php?id=253&mode=view

UML GURU
  • 1,452
  • 1
  • 9
  • 7
  • Probably it would be clever to combine that with M2M and M2T and use xText to make it work, but it would need some work. – joecks Sep 07 '11 at 13:31