AZ logo

CTAN directory: /support/consdiag

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
consdiag A utility for OO programming documentation.

Files

Name Size* Date UTC Notes
README 1 KiB 1999-Jan-07 Shown below
consdiag.ps 50 KiB 1999-Jan-03
consdiag.py 31 KiB 1999-Jan-07
consdiag.tex 9 KiB 1999-Jan-03
drawing1.tex 1 KiB 1999-Jan-07
drawing2.tex 1 KiB 1999-Jan-07
drawing3.tex 1 KiB 1999-Jan-07
drawing4.tex 2 KiB 1999-Jan-07
drawing5.tex 3 KiB 1999-Jan-07
drawing6.tex 2 KiB 1999-Jan-07
drawing7.tex 1 KiB 1999-Jan-07
drawing8.tex 3 KiB 1999-Jan-07

  *File sizes in kibibytes.

Contents of README

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.