Index of /support/consdiag
|
Name Last modified Size Description
Parent Directory 14-Jan-2021 00:07 -
consdiag.ps 03-Jan-1999 11:00 50k
consdiag.py 07-Jan-1999 11:00 31k
consdiag.tex 03-Jan-1999 11:00 9k
drawing1.tex 07-Jan-1999 11:00 1k
drawing2.tex 07-Jan-1999 11:00 1k
drawing3.tex 07-Jan-1999 11:00 1k
drawing4.tex 07-Jan-1999 11:00 2k
drawing5.tex 07-Jan-1999 11:00 3k
drawing6.tex 07-Jan-1999 11:00 2k
drawing7.tex 07-Jan-1999 11:00 1k
drawing8.tex 07-Jan-1999 11:00 3k
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.