Update of /cvsroot/pymerase/Docs/output/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv6522
Modified Files:
CreateGraphvizUML.tex
Log Message:
added caveat
Index: CreateGraphvizUML.tex
===================================================================
RCS file: /cvsroot/pymerase/Docs/output/modules/CreateGraphvizUML.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CreateGraphvizUML.tex 6 May 2003 23:01:26 -0000 1.3
--- CreateGraphvizUML.tex 7 May 2003 00:10:35 -0000 1.4
***************
*** 31,33 ****
\includegraphics[width=\textwidth]{images/xmiSchool.eps}
\caption{CreateGraphvizUML Example Output: xmiSchool Example}
! \end{figure}
\ No newline at end of file
--- 31,41 ----
\includegraphics[width=\textwidth]{images/xmiSchool.eps}
\caption{CreateGraphvizUML Example Output: xmiSchool Example}
! \end{figure}
!
! \subsection{\cb Caveats}
! \subsubsection{\cb UML Diagram Compatiblity}
! In UML, the inheritance arrows have a hollow (white) arrow pointing to
! the base class which is being inherited from. Unfortunately, I was
! unable to figure out how to generate these types of arrows with
! Graphviz. I had to use solid (black) arrows with a dashed line to
! represent inheritance.
\ No newline at end of file
|