Procházet zdrojové kódy

update class diagrams (not in doc yet)

Eren Yilmaz před 6 roky
rodič
revize
3f440e5b49
16 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      doc/chapter/2architecture.tex
  2. binární
      doc/img/animation_and_bk.pdf
  3. binární
      doc/img/bk.pdf
  4. binární
      doc/img/codeline.pdf
  5. binární
      doc/img/components.pdf
  6. binární
      doc/img/graph.pdf
  7. binární
      doc/img/main_and_view.pdf
  8. binární
      doc/img/processor.pdf
  9. binární
      doc/img/view.pdf
  10. binární
      doc/vpp/bk.vpp
  11. binární
      doc/vpp/codeline.vpp
  12. binární
      doc/vpp/components.vpp
  13. binární
      doc/vpp/graph.vpp
  14. binární
      doc/vpp/io.vpp
  15. binární
      doc/vpp/processor.vpp
  16. binární
      doc/vpp/view.vpp

+ 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ární
doc/img/animation_and_bk.pdf


binární
doc/img/bk.pdf


binární
doc/img/codeline.pdf


binární
doc/img/components.pdf


binární
doc/img/graph.pdf


binární
doc/img/main_and_view.pdf


binární
doc/img/processor.pdf


binární
doc/img/view.pdf


binární
doc/vpp/animation_and_bk.vpp → doc/vpp/bk.vpp


binární
doc/vpp/codeline.vpp


binární
doc/vpp/components.vpp


binární
doc/vpp/graph.vpp


binární
doc/vpp/io.vpp


binární
doc/vpp/processor.vpp


binární
doc/vpp/view.vpp