Browse Source

update class diagrams (not in doc yet)

Eren Yilmaz 6 years ago
parent
commit
3f440e5b49

+ 4 - 4
doc/chapter/2architecture.tex

@@ -170,7 +170,7 @@ We recommend section 3.2.1 of Carstens~\cite{carstens_node_2012} for a detailed
 A stage of the algorithm, interface \code{AlgorithmStage}, is an interval during which each step of the algorithm is performed in a similar way.
 Each time such a step is performed it returns whether the stage is already finished or a breakpoint has been reached.
 For example, a forward step in the stage of calculating one extremal layout, \code{ExtremalLayoutCalc}, consists of either a step of calculating the blocks, \code{BlockCalc}, or a step of compacting the layout, \code{Compaction}.
-All the stages are displayed in class diagram~\ref{fig:animation_and_bk}.
+All the stages are displayed in class diagram~\ref{fig:bk}.
 
 To be able to undo a step each stage needs to implement methods for both forward and backward steps.
 
@@ -188,10 +188,10 @@ This works the following:
 
 \begin{figure}[htp]
     \centering
-    \includegraphics[width=\linewidth,trim=0 11cm 0 0,clip]{img/animation_and_bk.pdf}
+    \includegraphics[width=\linewidth,trim=0 11cm 0 0,clip]{img/bk.pdf}
     \caption{Class diagram of the packages \code{bk} and \code{animation}.
     For better readability the class \code{PseudoCodeNode} has been omitted.}
-    \label{fig:animation_and_bk}
+    \label{fig:bk}
 \end{figure}
 
 
@@ -215,7 +215,7 @@ A class diagram of the packages \code{view} and \code{main} is displayed in figu
 
 \begin{figure}[htp]
     \centering
-    \includegraphics[width=\linewidth,trim=0 19cm 0 0,clip]{img/view.pdf}
+    \includegraphics[width=\linewidth,trim=0 19cm 0 0,clip]{img/main_and_view.pdf}
     \caption{Class diagram of the packages \code{view} and \code{main}.}
     \label{fig:view}
 \end{figure}

BIN
doc/img/animation_and_bk.pdf


BIN
doc/img/bk.pdf


BIN
doc/img/codeline.pdf


BIN
doc/img/components.pdf


BIN
doc/img/graph.pdf


BIN
doc/img/main_and_view.pdf


BIN
doc/img/processor.pdf


BIN
doc/img/view.pdf


BIN
doc/vpp/animation_and_bk.vpp → doc/vpp/bk.vpp


BIN
doc/vpp/codeline.vpp


BIN
doc/vpp/components.vpp


BIN
doc/vpp/graph.vpp


BIN
doc/vpp/io.vpp


BIN
doc/vpp/processor.vpp


BIN
doc/vpp/view.vpp