From: <ki...@us...> - 2003-03-21 03:10:00
|
Update of /cvsroot/pymerase/Docs/faq In directory sc8-pr-cvs1:/tmp/cvs-serv17197 Modified Files: faq.tex Log Message: CreateGraphvizUML, parseXMI update, etc. Index: faq.tex =================================================================== RCS file: /cvsroot/pymerase/Docs/faq/faq.tex,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** faq.tex 21 Mar 2003 02:43:30 -0000 1.2 --- faq.tex 21 Mar 2003 03:09:57 -0000 1.3 *************** *** 28,32 **** \author{Brandon King \& Diane Trout\\ Copyright \copyright California Institute of Technology} ! \date{Version 0.1.2\\\today} \maketitle \thispagestyle{empty} --- 28,32 ---- \author{Brandon King \& Diane Trout\\ Copyright \copyright California Institute of Technology} ! \date{Version 0.1.3\\\today} \maketitle \thispagestyle{empty} *************** *** 127,132 **** \section{\cb FAQ - Input Modules} \subsection{\cb parseGenexSchemaXML} ! \subsubsection{\cb Can the parseGenexSchemaXML input module only parse the ! GeneX project schema?} No. It's called parseGenexSchemaXML to give credit to the GeneX project for coming up with the file format used for this particular --- 127,132 ---- \section{\cb FAQ - Input Modules} \subsection{\cb parseGenexSchemaXML} ! \subsubsection{\cb Does the parseGenexSchemaXML input module only ! parse the GeneX project schema?} No. It's called parseGenexSchemaXML to give credit to the GeneX project for coming up with the file format used for this particular *************** *** 136,139 **** --- 136,140 ---- XML format. + \subsection{\cb parseXMI} \subsubsection{\cb Does parseXMI support all versions of XMI?}\label{argouml} *************** *** 179,182 **** --- 180,196 ---- CreateSQL generates a file containing SQL statements for the creation of a PostgreSQL database for a given schema. + + \subsection{\cb CreateGraphvizUML} + \subsubsection{\cb What does CreateGraphvizUML do?} + CreateGraphvizUML creates a .dot file which describes the + relationships of objects in your schema. This file can then be used by + the Graphviz program 'dot' to generate a UML like diagram of your + schema. This is great if you are using the Table.dtd format used by + Pymerase. + + \subsubsection{\cb How can I create a postscript from my generated + .dot file?} + You can use the command 'dot -Tps -o fileName.ps fileName.dot' to + generate a postscript file. See the man page for dot for more options. \end{document} |