|
From: <ki...@us...> - 2003-03-20 22:29:22
|
Update of /cvsroot/pymerase/Docs/argouml
In directory sc8-pr-cvs1:/tmp/cvs-serv11307
Modified Files:
argouml.tex
Log Message:
completed conversion of Docs/tutorial/ to LaTeX
Index: argouml.tex
===================================================================
RCS file: /cvsroot/pymerase/Docs/argouml/argouml.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** argouml.tex 20 Mar 2003 21:23:45 -0000 1.1
--- argouml.tex 20 Mar 2003 21:51:04 -0000 1.2
***************
*** 33,37 ****
\author{Brandon King \\
Copyright \copyright California Institute of Technology}
! \date{Version 0.1.1\\\today}
\maketitle
\thispagestyle{empty}
--- 33,37 ----
\author{Brandon King \\
Copyright \copyright California Institute of Technology}
! \date{Version 0.1.2\\\today}
\maketitle
\thispagestyle{empty}
***************
*** 125,129 ****
be using in this example.
! --FIGURE--
\subsection{\cb Step 2 - Create new class}
--- 125,134 ----
be using in this example.
! \begin{figure}[h]
! \includegraphics[width=\textwidth]{images/Fig1-NewArgoUMLFile.eps}
! \caption{\cb Getting Familiar with ArgoUML}
! \end{figure}
!
! \newpage
\subsection{\cb Step 2 - Create new class}
***************
*** 131,135 ****
be using in this example.
! --FIGURE--
\subsection{\cb Step 3 - Change name of namespace}
--- 136,145 ----
be using in this example.
! \begin{figure}[h]
! \includegraphics[width=\textwidth]{images/Fig2-NewClass.eps}
! \caption{\cb Create new class}
! \end{figure}
!
! \newpage
\subsection{\cb Step 3 - Change name of namespace}
***************
*** 141,145 ****
Checkout).
! --FIGURE--
\subsection{\cb Step 4 - Change class name}
--- 151,160 ----
Checkout).
! \begin{figure}[h]
! \includegraphics[width=\textwidth]{images/Fig3-ChangeNamespace.eps}
! \caption{\cb Change name of namespace}
! \end{figure}
!
! \newpage
\subsection{\cb Step 4 - Change class name}
***************
*** 147,151 ****
'Dvd'.
! --FIGURE--
\subsection{\cb Step 5 - Create attributes for Dvd class}
--- 162,171 ----
'Dvd'.
! \begin{figure}[h]
! \includegraphics[width=\textwidth]{images/Fig4-ChangeClassName.eps}
! \caption{\cb Change class name}
! \end{figure}
!
! \newpage
\subsection{\cb Step 5 - Create attributes for Dvd class}
***************
*** 156,160 ****
Dvd class should look similar to the one shown in the figure below.
! --FIGURE--
\subsection{\cb Step 6 - Add Studio class and attributes}
--- 176,185 ----
Dvd class should look similar to the one shown in the figure below.
! \begin{figure}[h]
! \includegraphics[width=\textwidth]{images/Fig5-AddAttributesToClass.eps}
! \caption{\cb Create attributes for Dvd class}
! \end{figure}
!
! \newpage
\subsection{\cb Step 6 - Add Studio class and attributes}
***************
*** 162,166 ****
should look similar to the figure below.
! --FIGURE--
\subsection{\cb Step 7 - Create Association}
--- 187,196 ----
should look similar to the figure below.
! \begin{figure}[h]
! \includegraphics[width=\textwidth]{images/Fig6-AddStudioClass.eps}
! \caption{\cb Add Studio class and attributes}
! \end{figure}
!
! \newpage
\subsection{\cb Step 7 - Create Association}
***************
*** 171,175 ****
below.
! --FIGURE--
\subsection{\cb Step 8 - Studio Association End}
--- 201,210 ----
below.
! \begin{figure}[h]
! \includegraphics[width=\textwidth]{images/Fig7-CreateAssociation.eps}
! \caption{\cb Create Association}
! \end{figure}
!
! \newpage
\subsection{\cb Step 8 - Studio Association End}
***************
*** 185,191 ****
'0..1'. Once you're done, it should look similar to the figure below.
! --FIGURE--
! \subsection{\cb Step 9 - DvdAssociation End}
Now we need to add similar information to the other end of the
association. To do this, click on the association and then click on
--- 220,231 ----
'0..1'. Once you're done, it should look similar to the figure below.
! \begin{figure}[h]
! \includegraphics[width=\textwidth]{images/Fig8-StudioAssociationEnd.eps}
! \caption{\cb Studio Association End}
! \end{figure}
! \newpage
!
! \subsection{\cb Step 9 - Dvd Association End}
Now we need to add similar information to the other end of the
association. To do this, click on the association and then click on
***************
*** 194,198 ****
below.
! --FIGURE--
\subsection{\cb Step 10 - Save ArgoUML File}
--- 234,241 ----
below.
! \begin{figure}[h]
! \includegraphics[width=\textwidth]{images/Fig9-DvdAssociationEnd.eps}
! \caption{\cb Dvd Association End}
! \end{figure}
\subsection{\cb Step 10 - Save ArgoUML File}
|