svn commit: r17469 - trunk/www/features.html
Linus Tolke <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2009-11-15 11:14:38-0800
New Revision: 17469
Modified:
trunk/www/features.html
Log:
Added some 0.28 features.
Modified: trunk/www/features.html
Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/features.html?view=diff&pathrev=17469&r1=17468&r2=17469
==============================================================================
--- trunk/www/features.html (original)
+++ trunk/www/features.html 2009-11-15 11:14:38-0800
@@ -19,6 +19,7 @@
<LI><A HREF="#crossplatform">Platform Independent: Java 5+</A></LI>
<LI><A HREF="#install">Click and Go! with Java Web Start</A></LI>
<LI><A HREF="#Standard">Standard UML 1.4 Metamodel</A></LI>
+ <LI><A HREF="#Profiles">UML Profile support with profiles provided</A><LI>
<LI><A HREF="#XMI">XMI Support</A></LI>
<LI><A HREF="#Export">Export Diagrams as GIF, PNG, PS, EPS, PGML and SVG</A></LI>
<LI><A HREF="#i18n">Available in ten languages - EN, EN-GB, DE, ES, IT, RU, FR, NB, PT, ZH</A></LI>
@@ -84,20 +85,52 @@
specification provided by the OMG.
</p>
+<h3><A NAME="Profiles">UML Profile support with profiles provided</A></h3>
+<p>
+ArgoUML has support for creating profiles,
+and
+distributing models that reference common online available profiles.
+</p>
+<p>
+ArgoUML is delivered with profiles for:
+<UL>
+ <LI>Java</LI>
+ <LI>C++</LI>
+ <LI>UML 1.4</LI>
+</UL>
+</p>
+
<h3><A NAME="Diagrams">UML Diagram Support</a></h3>
-<p>ArgoUML uses <A HREF="http://gef.tigris.org/">GEF</A>, the
+<p>
+ArgoUML uses <A HREF="http://gef.tigris.org/">GEF</A>, the
UCI Graph Editing Framework to edit UML diagrams. The following
diagram types are supported:</p>
<UL>
<LI>Class diagram</LI>
<LI>Statechart diagram</LI>
- <LI>Activity diagram</LI>
+ <LI>Activity diagram (including Swimlanes)</LI>
<LI>Use Case diagram</LI>
<LI>Collaboration diagram</LI>
<LI>Deployment diagram (includes Object and Component diagram in one)</LI>
<LI>Sequence diagram </LI>
</UL>
+<P>
+For all diagrams:
+</P>
+ <UL>
+ <LI>Adjustable font size.</LI>
+ </UL>
+
+<P>
+Features for specific diagrams:
+</P>
+<UL>
+ <LI>Diagram representation of stereotypes and datatypes</LI>
+ <LI>Support for drawing Signals and Exceptions in class diagrams</LI>
+ <LI>Configurable arrows for both-navigable associations.
+</UL>
+
<h3><A NAME="XMI">XMI Support</A></h3>
<p>XMI is an XML based exchange format between UML tools. ArgoUML
uses this as standard saving mechanism so that easy
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2418196
To unsubscribe from this discussion, e-mail: [[email protected]].