From: <ki...@us...> - 2003-04-02 02:08:37
|
Update of /cvsroot/pymerase/htdocs/docs/output/CreateGraphvizUML In directory sc8-pr-cvs1:/tmp/cvs-serv17636 Added Files: index.shtml Log Message: Documentation for GraphvizUML output module --- NEW FILE: index.shtml --- <html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <link rel="SHORTCUT ICON" href="/images/pyfav.gif"> <title>Pymerase</title> </head> <body> <div align="left"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" width="100%"> <!--#include virtual="/menus/docs_menu.shtml" --> <td align="center" valign="top"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="90%" id="AutoNumber2"> <tr> <td width="100%" bgcolor="#0033FF"><b>CreateGraphvizUML</b></td> </tr> <tr> <td width="100%" bgcolor="#6C8AFF"> <p> CreateGraphvizUML uses the Pymerase API to generate a 'dot' file which can then be used by a Graphviz program called 'dot' to generate graphs which look similar to UML. </p> <p> This isn't really needed if your using UML in the first place as the input source. If you are using the Table.dtd XML file format, then this module becomes useful for displaying your schema to the world. </p> <p> Once you have generated a '.dot' file, you use the following line to generate a '.ps' (postscript) file. </p> <p> 'dot -Tps -o nameOfPsFile.ps nameOfDotFile.dot' </p> <p> You should end up with something that looks like the image below, which was taken from the xmiSchool example included with Pymerase. <img src="/images/xmiSchool.jpg"> </p> </td> </tr> </td> </tr> </table> Last Modified: <!--#echo var="LAST_MODIFIED" --> </td> </tr> </table> </div> </body> </html> |