1
I Use This!
Activity Not Available

News

Analyzed about 1 year ago. based on code collected about 1 year ago.
Posted about 16 years ago by abstratt
No tool is an island. That is even more important when we are talking about highly focused single-purpose tools such as the TextUML Toolkit. As you probably know, the TextUML Toolkit is a tool for UML modeling using a textual notation, but that is about it. The TextUML Toolkit itself won’t help if you need […]
Posted about 16 years ago by abstratt
The second milestone build towards TextUML Toolkit release 1.2 is now available from the milestone update site. Get it while it is hot. This milestone adds support for some UML language features: required extensions for stereotypes data types primitive types But what is really exciting is that this milestone is also the first build that […]
Posted about 16 years ago by abstratt
The second milestone build towards TextUML Toolkit release 1.2 is now available from the milestone update site. Get it while it is hot. This milestone adds support for some UML language features: required extensions for stereotypes data types primitive types But what is really exciting is that this milestone is also the first build that [...]
Posted about 16 years ago by abstratt
The second milestone build towards TextUML Toolkit release 1.2 is now available from the milestone update site. Get it while it is hot. This milestone adds support for some UML language features: required extensions for stereotypes data types primitive types But what is really exciting is that this milestone is also the first build that […]
Posted about 16 years ago by rafael.chaves
The second milestone build towards TextUML Toolkit release 1.2 is now available from the milestone update site. Get it while it is hot. This milestone adds support for some UML language features: required extensions for stereotypes data types ... [More] primitive types But what is really exciting is that this milestone is also the first build that includes a contribution from a [...] [Less]
Posted about 16 years ago by abstratt
Yesterday I checked in support for UML primitive types in the TextUML Toolkit. As an example of the syntax, here is the UMLPrimitiveTypes model, shipped in Eclipse UML2, rendered by the TextUML Source viewer: [Standard::ModelLibrary] model ... [More] UMLPrimitiveTypes; apply Standard; primitive Boolean; primitive Integer; primitive String; primitive UnlimitedNatural; end. As you can see, primitive types are […] [Less]
Posted about 16 years ago by abstratt
Yesterday I checked in support for UML primitive types in the TextUML Toolkit. As an example of the syntax, here is the UMLPrimitiveTypes model, shipped in Eclipse UML2, rendered by the TextUML Source viewer: [Standard::ModelLibrary] model ... [More] UMLPrimitiveTypes; apply Standard; primitive Boolean; primitive Integer; primitive String; primitive UnlimitedNatural; end. As you can see, primitive types are […] [Less]
Posted about 16 years ago by rafael.chaves
Yesterday I checked in support for UML primitive types in the TextUML Toolkit. As an example of the syntax, here is the UMLPrimitiveTypes model, shipped in Eclipse UML2, rendered by the TextUML Source viewer: [Standard::ModelLibrary] model ... [More] UMLPrimitiveTypes; apply Standard; primitive Boolean; primitive Integer; primitive String; primitive UnlimitedNatural; end. As you can see, primitive types are declared using the keyword ‘primitive’, and cannot specialize other [...] [Less]
Posted about 16 years ago by abstratt
Yesterday I checked in support for UML primitive types in the TextUML Toolkit. As an example of the syntax, here is the UMLPrimitiveTypes model, shipped in Eclipse UML2, rendered by the TextUML Source viewer: [Standard::ModelLibrary] model ... [More] UMLPrimitiveTypes; apply Standard; primitive Boolean; primitive Integer; primitive String; primitive UnlimitedNatural; end. As you can see, primitive types are [...] [Less]
Posted about 16 years ago by abstratt
Just checked in a new feature in the TextUML Toolkit: support for data types (a.k.a. structs). This is an example of a data type declaration: datatype UserName attribute firstName : String; attribute lastName : String; end; You can declare operations ... [More] and specialize other classifiers as usual. Change set Here are the individual changes per plug-in […] [Less]