1
I Use This!
Activity Not Available

News

Analyzed 12 months ago. based on code collected 12 months ago.
Posted about 16 years ago by abstratt
I would like to see the TextUML Toolkit as an Eclipse MDT subproject. Not long ago, I talked to Kenn Hussey and Ed Merks (they lead the UML2 and EMF projects, respectively) about the idea of proposing the Toolkit to the EMO and they both liked it (Ed actually suggested the idea in the first […]
Posted about 16 years ago by rafael.chaves
Just checked in a new feature in the TextUML Toolkit: required extensions for stereotypes (honestly, I didn’t know about that feature in UML until I read this post on the Eclipse UML2 newsgroup). The following is a stereotype extending two ... [More] metaclasses (uml::Class and uml::Operation): profile my_profile; import uml; stereotype foo extends Class, Operation required end; end. In the example above, the extension [...] [Less]
Posted about 16 years ago by abstratt
Just checked in a new feature in the TextUML Toolkit: required extensions for stereotypes (honestly, I didn’t know about that feature in UML until I read this post on the Eclipse UML2 newsgroup). The following is a stereotype extending two ... [More] metaclasses (uml::Class and uml::Operation): profile my_profile; import uml; stereotype foo extends Class, Operation required end; […] [Less]
Posted about 16 years ago by abstratt
Just checked in a new feature in the TextUML Toolkit: required extensions for stereotypes (honestly, I didn’t know about that feature in UML until I read this post on the Eclipse UML2 newsgroup). The following is a stereotype extending two ... [More] metaclasses (uml::Class and uml::Operation): profile my_profile; import uml; stereotype foo extends Class, Operation required end; [...] [Less]
Posted about 16 years ago by abstratt
Just checked in a new feature in the TextUML Toolkit: required extensions for stereotypes (honestly, I didn’t know about that feature in UML until I read this post on the Eclipse UML2 newsgroup). The following is a stereotype extending two ... [More] metaclasses (uml::Class and uml::Operation): profile my_profile; import uml; stereotype foo extends Class, Operation required end; […] [Less]
Posted about 16 years ago by abstratt
The first milestone build of the next TextUML Toolkit release is now available from the milestone update site. This preview build is the first to include support for modeling behavior using action semantics. I hinted at this capability here before, and I plan to cover action semantics in the TextUML notation in following posts. But [...]
Posted about 16 years ago by abstratt
The first milestone build of the next TextUML Toolkit release is now available from the milestone update site. This preview build is the first to include support for modeling behavior using action semantics. I hinted at this capability here before, and I plan to cover action semantics in the TextUML notation in following posts. But […]
Posted about 16 years ago by rafael.chaves
The first milestone build of the next TextUML Toolkit release is now available from the milestone update site. This preview build is the first to include support for modeling behavior using action semantics. I hinted at this capability here before, and I plan to cover action semantics in the TextUML notation in following posts. But [...]
Posted about 16 years ago by abstratt
The first milestone build of the next TextUML Toolkit release is now available from the milestone update site. This preview build is the first to include support for modeling behavior using action semantics. I hinted at this capability here before, and I plan to cover action semantics in the TextUML notation in following posts. But […]
Posted about 16 years ago by abstratt
Do you know what UML can do for you? I mean, did you know that UML models can actually do things? One of the least known features of UML is that you can model detailed imperative behavior. The UML “instruction set” can do things like: create and destroy objects create and destroy links (associations) between […]