Index of /archives/text/CTAN/support/consdiag

Icon  Name                         Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 1999-01-07 09:00 972 [   ] consdiag.ps 1999-01-03 09:00 50K [TXT] consdiag.py 1999-01-07 09:00 31K [   ] consdiag.tex 1999-01-03 09:00 8.6K [   ] drawing1.tex 1999-01-07 09:00 699 [   ] drawing2.tex 1999-01-07 09:00 809 [   ] drawing3.tex 1999-01-07 09:00 898 [   ] drawing4.tex 1999-01-07 09:00 1.7K [   ] drawing5.tex 1999-01-07 09:00 3.0K [   ] drawing6.tex 1999-01-07 09:00 2.3K [   ] drawing7.tex 1999-01-07 09:00 1.4K [   ] drawing8.tex 1999-01-07 09:00 3.0K
Readme of consdiag.py

What is it
----------

consdiag.py Version 1.1

constructor of diagrams: 

Given a frame of classes and relationships among clases, it 
generates latex code ,that represents those classes in the
Rumbaugh OO notation.

Things like this:
__________
| fruits |
|--------|
|cheap   |
|sweet   |
|dry     |
|        |
|        |
----------
|eat     |
|buy     |
|take    |
|      / |
|_____/_3|

    ------
    |    | 
    | a  |
    |----|
      |
      |
      d
   ----------
   |        | 
   |        |
  ---      ---
  |b|      |c|
  ---      ---

where : a,b,c are  simple classes or another union_derivations.

d is a triangle :)

How to run it.
---------------

Take a look at the end of consdiag.py, there you'll see good examples.

How to make the documentation.
------------------------------

Run "latex consdiag.tex" several times , because it needs to update
the crossreferences and such.

Or use a ghostscript visor to view consdiag.ps.