2009/12/06

SystemDirector UML editor

SystemDirector Application Modeler UML Editor V2.0 is a free UML 2.0 editor, which allow business use, too.(Article in Japanese) Although I use other tool, Enterprise Architect (EA), but EA can not use in other's PC because the EA is not free and requires cost. In this case, I found the System Director.

System Director runs on Eclipse 3.2 (Callist). I tried to use newest Eclipse 3.5 (Galileo), but modules Sytem Director requires are not fit to the Galileo. Thus, I am using System Director on the Galileo.

I wrote mainly sequence chart and state chart with the System Director. These charts are clear and enough to use.

No comments:

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...