gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] manuscripts/UMLLink article.rst umltool-example...


From: Asko Soukka
Subject: [Gzz-commits] manuscripts/UMLLink article.rst umltool-example...
Date: Fri, 14 Feb 2003 09:01:25 -0500

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Asko Soukka <address@hidden>    03/02/14 09:01:25

Modified files:
        UMLLink        : article.rst 
Added files:
        UMLLink        : umltool-example-mp.dia 
                         umltool-example-uml-linked.dia 
                         umltool-example-uml.dia 

Log message:
        umltool

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/UMLLink/umltool-example-mp.dia?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/UMLLink/umltool-example-uml-linked.dia?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/UMLLink/umltool-example-uml.dia?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/UMLLink/article.rst.diff?tr1=1.24&tr2=1.25&r1=text&r2=text

Patches:
Index: manuscripts/UMLLink/article.rst
diff -u manuscripts/UMLLink/article.rst:1.24 
manuscripts/UMLLink/article.rst:1.25
--- manuscripts/UMLLink/article.rst:1.24        Fri Feb 14 08:26:06 2003
+++ manuscripts/UMLLink/article.rst     Fri Feb 14 09:01:24 2003
@@ -5,7 +5,7 @@
 .. Alternative title: "Free Software toolchain for bidirectional 
    linking between UML diagrams and Javadoc"
 
-.. :Stamp: $Id: article.rst,v 1.24 2003/02/14 13:26:06 tuukkah Exp $
+.. :Stamp: $Id: article.rst,v 1.25 2003/02/14 14:01:24 humppake Exp $
 
 .. Points for HT people
    ====================
@@ -618,44 +618,25 @@
 description, but the graphical placing of objects is a bit more
 complicated, although, not impossible.
 
-::
+.. figure:: umltool-example-uml.gen.eps
+   :label: umltoolumlsource
+   :width: 6cm 
 
-       bigpackage Example
-       class Interface "interface"
-         methods
-            void first()
-
-       class Derived "interface"
-         inherit Interface
-         methods
-            void second()
+   Example of UML tool object description.  
 
-       class Abstract "abstract"
-         methods
-            void third()
-           void fourth()
-
-       class Implementation
-         realize Derived
-         realize Abstract
-         assoc compos multi(1) - multi(*) role(part_of) Component
-
-       class Component
-       ------------------------------------------------------------------
-       Derived.c = (100, 100);
-         horizontally(50, derived_h, Interface, Derived, Abstract);
-         vertically(50, derived_v, Derived, Implementation); 
+.. figure:: umltool-example-mp.gen.eps
+   :alternative: *
+   :label: umltoolmpsource
+   :width: 14cm
 
-       Component.c = (300, 17);
-         horizontally(50, component_h, Component);
- 
-       pad = 30;                           
-       Example.nw = Interface.nw + (-pad,pad);
-       Example.se = Component.se + (pad,-pad);
+   Example of UML tool layout description.  
 
-.. UML:: umlink-example
+.. UML:: umltool-example
+       :label: umltoolexample
+       :caption: Example of UML tool output.
+       :width: 8.45cm 
 
-       bigpackage First
+       bigpackage Example
        class Interface "interface"
          methods
             void first()
@@ -687,8 +668,8 @@
          horizontally(50, component_h, Component);
  
        pad = 30;                           
-       First.nw = Interface.nw + (-pad,pad);
-       First.se = Component.se + (pad,-pad);
+       Example.nw = Interface.nw + (-pad,pad);
+       Example.se = Component.se + (pad,-pad);
 
 Docutils
 --------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]