From: <ki...@us...> - 2003-03-21 03:11:49
|
Update of /cvsroot/pymerase/htdocs/docs/faq In directory sc8-pr-cvs1:/tmp/cvs-serv18414 Modified Files: faq.html Log Message: updated Index: faq.html =================================================================== RCS file: /cvsroot/pymerase/htdocs/docs/faq/faq.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** faq.html 21 Mar 2003 02:42:47 -0000 1.1 --- faq.html 21 Mar 2003 03:11:47 -0000 1.2 *************** *** 12,16 **** Copyright © California Institute of Technology </h3> ! <h3 align="center">Version 0.1.2<br />Mar 20, 2003 </h3> --- 12,16 ---- Copyright © California Institute of Technology </h3> ! <h3 align="center">Version 0.1.3<br />Mar 20, 2003 </h3> *************** *** 50,57 **** <a href="#tth_sEc3.1.1" >3.1.1 <font color="#0000FF">Can the parseGenexSchemaXML input module only parse the GeneX project schema?</font></a><br /> ! <a href="#tth_sEc3.1.2" ! >3.1.2 <font color="#0000FF">Does parseXMI support all versions of XMI?</font></a><br /> ! <a href="#tth_sEc3.1.3" ! >3.1.3 <font color="#0000FF">Why does parseGenexSchemaXML only work with Jython?</font></a><br /> <a href="#tth_sEc4" >4 <font color="#0000FF">FAQ - Output Modules</font></a><br /> --- 50,59 ---- <a href="#tth_sEc3.1.1" >3.1.1 <font color="#0000FF">Can the parseGenexSchemaXML input module only parse the GeneX project schema?</font></a><br /> ! <a href="#tth_sEc3.2" ! >3.2 <font color="#0000FF">parseXMI</font></a><br /> ! <a href="#tth_sEc3.2.1" ! >3.2.1 <font color="#0000FF">Does parseXMI support all versions of XMI?</font></a><br /> ! <a href="#tth_sEc3.2.2" ! >3.2.2 <font color="#0000FF">Why does parseGenexSchemaXML only work with Jython?</font></a><br /> <a href="#tth_sEc4" >4 <font color="#0000FF">FAQ - Output Modules</font></a><br /> *************** *** 68,71 **** --- 70,79 ---- <a href="#tth_sEc4.3.1" >4.3.1 <font color="#0000FF">What does CreateSQL do?</font></a><br /> + <a href="#tth_sEc4.4" + >4.4 <font color="#0000FF">CreateGraphvizUML</font></a><br /> + <a href="#tth_sEc4.4.1" + >4.4.1 <font color="#0000FF">What does CreateGraphvizUML do?</font></a><br /> + <a href="#tth_sEc4.4.2" + >4.4.2 <font color="#0000FF">How can I create a postscript from my generated .dot file?</font></a><br /> *************** *** 131,135 **** 1.7</a> <font color="#0000FF">Does Pymerase support all versions of ArgoUML and/or XMI?</font></h3> ! Please see section <a href="#argouml">3.1.2</a> for more information. <p> --- 139,143 ---- 1.7</a> <font color="#0000FF">Does Pymerase support all versions of ArgoUML and/or XMI?</font></h3> ! Please see section <a href="#argouml">3.2.1</a> for more information. <p> *************** *** 203,208 **** <h4><a name="tth_sEc3.1.1"> ! 3.1.1</a> <font color="#0000FF">Can the parseGenexSchemaXML input module only parse the ! GeneX project schema?</font></h4> No. It's called parseGenexSchemaXML to give credit to the GeneX project for coming up with the file format used for this particular --- 211,216 ---- <h4><a name="tth_sEc3.1.1"> ! 3.1.1</a> <font color="#0000FF">Does the parseGenexSchemaXML input module only ! parse the GeneX project schema?</font></h4> No. It's called parseGenexSchemaXML to give credit to the GeneX project for coming up with the file format used for this particular *************** *** 213,218 **** <p> ! <h4><a name="tth_sEc3.1.2"> ! 3.1.2</a> <font color="#0000FF">Does parseXMI support all versions of XMI?</font></h4><a name="argouml"> </a> --- 221,229 ---- <p> ! <h3><a name="tth_sEc3.2"> ! 3.2</a> <font color="#0000FF">parseXMI</font></h3> ! ! <h4><a name="tth_sEc3.2.1"> ! 3.2.1</a> <font color="#0000FF">Does parseXMI support all versions of XMI?</font></h4><a name="argouml"> </a> *************** *** 234,239 **** <p> ! <h4><a name="tth_sEc3.1.3"> ! 3.1.3</a> <font color="#0000FF">Why does parseGenexSchemaXML only work with Jython?</font></h4> Finding an XMI parser that is developed enough and has documentation --- 245,250 ---- <p> ! <h4><a name="tth_sEc3.2.2"> ! 3.2.2</a> <font color="#0000FF">Why does parseGenexSchemaXML only work with Jython?</font></h4> Finding an XMI parser that is developed enough and has documentation *************** *** 278,281 **** --- 289,311 ---- <p> + <h3><a name="tth_sEc4.4"> + 4.4</a> <font color="#0000FF">CreateGraphvizUML</font></h3> + + <h4><a name="tth_sEc4.4.1"> + 4.4.1</a> <font color="#0000FF">What does CreateGraphvizUML do?</font></h4> + 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. + + <p> + <h4><a name="tth_sEc4.4.2"> + 4.4.2</a> <font color="#0000FF">How can I create a postscript from my generated + .dot file?</font></h4> + 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. + + <p> <br /><br /><hr /><small>File translated from *************** *** 283,286 **** by <a href="http://hutchinson.belmont.ma.us/tth/"> T<sub><font size="-1">T</font></sub>H</a>, ! version 2.92.<br />On 20 Mar 2003, 18:36.</small> </html> --- 313,316 ---- by <a href="http://hutchinson.belmont.ma.us/tth/"> T<sub><font size="-1">T</font></sub>H</a>, ! version 2.92.<br />On 20 Mar 2003, 19:10.</small> </html> |