您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

44 行
1.3KB

  1. %&tex
  2. \chapter{Analysis}
  3. \label{analysis}
  4. The goal of this chapter is to interpret the design method and crystallize it into a design plan.
  5. \autoref{sec:design_flow} introduces a design flow that contains the basic design steps.
  6. These steps are still undefined but are materialized with the techniques from the design method in \autoref{sec:design_refinement}.
  7. The remaining steps that are not covered by the design method are defined in \autoref{sec:design_extension}.
  8. \section{Design Flow}
  9. \label{sec:design_flow}
  10. A waterfall based design approach is used as the basis for the \emph{design flow}.
  11. The most basic form for a waterfall is shown in \autoref{fig:waterfall}.
  12. The implementation and testing steps will be
  13. The design method by \textcite{broenink_rapid_2019} consists of three main cycles: Preparatory work, Inner Cycle, and Outer Cycle.
  14. These steps describe the direct
  15. The aim of the preparatory work is to split and order the features and the levels of detail.
  16. \begin{marginfigure}
  17. \centering
  18. \includegraphics[width=2.9cm]{graphics/waterfall.pdf}
  19. \caption{Minimalistic implementation of waterfall model.}
  20. \label{fig:waterfall}
  21. \end{marginfigure}
  22. \section{Refinement}
  23. \label{sec:design_refinement}
  24. \section{Extension}
  25. \label{sec:design_extension}