Author: linus Date: 2008-03-09 01:23:20-0800 New Revision: 14182 Modified: trunk/www/googlessoc2008.html
Log: Added suggestion of Executable UML. Modified: trunk/www/googlessoc2008.html Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/googlessoc2008.html?view=diff&rev=14182&p1=trunk/www/googlessoc2008.html&p2=trunk/www/googlessoc2008.html&r1=14181&r2=14182 ============================================================================== --- trunk/www/googlessoc2008.html (original) +++ trunk/www/googlessoc2008.html 2008-03-09 01:23:20-0800 @@ -157,6 +157,47 @@ </div> +<div class="h3"> +<h3>Executable UML</h3> +<p> +Make the Executable UML profile work in ArgoUML. +</p> + +<p> +There are several different aspects of this. +The most important ones are thought to be: +</p> + <ul> + <li> + Improve ArgoUML to allow a profile to add the needed restrictions + to be able to work with the Executable UML profile. + </li> + <li> + Explore OCL to see if it works well enough as an action language + for Executable UML. + </li> + <li> + Depending on the result of the OCL evaluation, + integrate another action language geared towards Executable UML. + </li> + <li> + Integrate a compiler to compile Executable UML from within + ArgoUML with help in pin-pointing errors. + </li> + <li> + Integrate/implement an interpreter that executes a model and + visualizes states and state transitions. + </li> + </ul> + + +<p> +Developer Contact: Linus Tolke +</p> +</div> + + + </div> <!-- h2 --> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
