Author: linus Date: 2010-05-18 13:14:01-0700 New Revision: 18396 Modified: trunk/www/docs/index.html trunk/www/history.html
Log: Added information from Shafqat Ullah. Modified: trunk/www/docs/index.html Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/docs/index.html?view=diff&pathrev=18396&r1=18395&r2=18396 ============================================================================== --- trunk/www/docs/index.html (original) +++ trunk/www/docs/index.html 2010-05-18 13:14:01-0700 @@ -427,6 +427,91 @@ <div class="h2"> +<h2>Shafqat Ullah (1999)</h2> +<b>Title:</b> A Real-time Interpreter for the OCL +<br> +<b>Author:</b> Shafqat Ullah +<br> +<b>Degree:</b> Bachelor of Technology (Honors) in Computer Science and Engineering +<br> +<b>University:</b> Indian Institute of Technology, Kharagpur +<br> +<!-- +<b>Advisor:</b> ? +<br> +<b>ISBN:</b> ? +<br> +<b>Language:</b> ? +<br> +<b>Published in:</b> ?publication? +<br> +--> +<b>Abstract:</b> +<p> +A prototype system that takes OCL expression strings as input and +interpret/evaluate them in the context of a UML model. The OCL +interpreter was developed using Java's reflection feature. OCL was +used as a query language (OQL - Object Query Language) to retrieve a +subset of any large UML model based on any specified OCL constraints. +This is useful to navigate large and complex UML models. A goal was to +create a proof of concept to use UML as a general purpose knowledge +modeling language and use ArgoUML as the capture, editing and +retrieval tool. +</p> +<!-- +<b>Links:</b> +<A href="blabla.html">HTML</A> +| <A href="blabla.fm">FrameMaker</A> +| <A href="blabla.pdf">pdf</A> +| <A href="blabla.doc">Word</A> +| <A href="blabla.awe">Add Whatever</A> +--> +</div> + + +<div class="h2"> +<h2>Shafqat Ullah (1999)</h2> +<b>Title:</b> Model Animator: Animated Visualization of Systems Dynamics in UML Models +<br> +<b>Author:</b> Shafqat Ullah +<br> +<b>Degree:</b> Bachelor of Technology (Honors) in Computer Science and Engineering +<br> +<b>University:</b> Indian Institute of Technology, Kharagpur +<br> +<!-- +<b>Advisor:</b> ? +<br> +<b>ISBN:</b> ? +<br> +<b>Language:</b> ? +<br> +<b>Published in:</b> ?publication? +<br> +--> +<b>Abstract:</b> +<p> +Enables real-time animated visualization of systems dynamics and +software execution in high-level UML design diagrams. An animation +framework named "Waltz" was created on top of GEF, and UML model +objects were animated in real-time while either the software resulting +from the model got executed or simply dynamic transitions were +visualized in the design model. It was like a visual tracing and +debugging system - animating, for instance, the state chart +transitions of objects, either in real-time or in design-time. +</p> +<!-- +<b>Links:</b> +<A href="blabla.html">HTML</A> +| <A href="blabla.fm">FrameMaker</A> +| <A href="blabla.pdf">pdf</A> +| <A href="blabla.doc">Word</A> +| <A href="blabla.awe">Add Whatever</A> +--> +</div> + + +<div class="h2"> <H2>Jason Robbins (1999)</H2> <b>Title:</b> Cognitive Support Features for Software Development Tools<br> <b>Author:</b> Jason Elliot Robbins<br> Modified: trunk/www/history.html Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/history.html?view=diff&pathrev=18396&r1=18395&r2=18396 ============================================================================== --- trunk/www/history.html (original) +++ trunk/www/history.html 2010-05-18 13:14:01-0700 @@ -229,9 +229,28 @@ </TD> </TR> +<TR VALIGN=TOP><TD>1999</TD> +<TD> +Shafqat Ullah +made two bachelors thesis based on ArgoUML: +<UL> +<LI>Model Animator: Animated Visualization of Systems Dynamics in UML Models (1999)</LI> +<LI>A Real-time Interpreter for the OCL (1999)</LI> +</UL> +<!-- + Shafqat Ullah remembers that + Jim Holt, + Jack Park, + Dr. Heinrich Hussmann and + Dr. Marko Boger + among others who were there in the dev list at that time. + --> +</TD> +</TR> + <TR VALIGN=TOP><TD>??</TD> <TD> -Seven bachelor and master thesises were directly connected to +Five more bachelors and masters thesis were directly connected to ArgoUML. <P> Who are they? Can we list the names and abstracts? ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2610517 To unsubscribe from this discussion, e-mail: [[email protected]].
