Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

82 rindas
6.2KB

  1. %&tex
  2. \chapter{Analysis}
  3. \label{chap:analysis}
  4. \begin{marginfigure}
  5. \centering
  6. \includegraphics[width=6cm]{graphics/design_flow.pdf}
  7. \caption{Overview of the design flow, split in two phases: Preliminary Design and the \ac{ridm}.}
  8. \label{fig:design_flow_analysis}
  9. \end{marginfigure}
  10. The previous chapter introduced how two design methods are combined to form the bases for one complete design method.
  11. In this chapter, a design plan is created from this combined design method.
  12. The goal is to have a concrete design plan that can be used in the case study.
  13. All of the steps in the design plan must be specific such that each of these steps can be evaluated after the case study is finished.
  14. The first three steps of the design phase are based on the \ac{se} approach and are already described with great extend by \textcite{blanchard_systems_2014}.
  15. As the evaluation of \ac{se} is not in the scope of this thesis, this chapter only covers the minimal description of the design steps in \ac{se}.
  16. The steps that are introduced by \ridm are covered in more detail.
  17. \section{Systems Engineering}
  18. The goal of the preliminary design is to setup system requirements and an initial design according to the problem definition.
  19. Although these design steps in \ac{se} play a crucial roll in the success of the development, they are, however, very exhaustive.
  20. A major part of this complete design process is the required documentation to ensure agreement about the design between the different stakeholders.
  21. Resulting in a process that can take months or even years, which is not feasible for this thesis.
  22. In this thesis, this design plan is only used for evaluation and will have only one stakeholder, the author.
  23. This allows for a simple implementation of the \ac{se} approach, as it not possible to create a false start due to misunderstanding, saving valuable time.
  24. For each of these \ac{se} steps is explained what is involved with a full implementation, and what part of the step is used in the design plan.
  25. \subsection{Problem Definition}
  26. Before any design process can start, the "problem" has to be defined.
  27. In other words, why is the function of the system needed?
  28. This is described in a \emph{statement of the problem}.
  29. In this statement of the problem it is important to describe "what" has to be solved, not directly "how".
  30. \textcite{blanchard_systems_2014} also note that "defining the problem is often the most difficult part of the process".
  31. It is important to ensure good communication and understanding between the different stakeholders.
  32. Otherwise, it is possible that the designed product is not up to the customers expectations.
  33. It furthermore involves defining the subjects like what are the primary and secondary functions? When must this be accomplished? What is not a function?
  34. For this thesis, however, the problem definition is limited to a short statement of the problem, covering some required functions with corresponding requirements.
  35. \subsection{System Requirements}
  36. The system requirements are derived from the problem definition, and describe the characteristics of the system.
  37. As these characteristics form the foundation of the system, the requirements must be defined without any ambiguity, vagueness or complexity.
  38. The requirements will be written according to the \ac{ears} \autocite{mavin_easy_2009}.
  39. \ac{ears} was chosen for this design method due to its simplicity, which fits the scope of this thesis.
  40. Later in the design, these requirements are divided over the subsystems.
  41. Any issues, like ambiguity, in the requirements, propagate through these subsystems.
  42. This might lead to a redesign of multiple sub-systems when these requirements have to be updated.
  43. \subsection{Initial Design}
  44. In the initial design step, the "what has to be solved", is expanded with a solution on "how it is solved".
  45. To find the best solution it is important to explore the different solutions and design space.
  46. Often, there are many possible alternatives but they must be narrowed down to the solutions that fit within the schedule and available resources.
  47. This step results in one initial design that can be used in the next phase of the design.
  48. \section{Rapid Iterative Design Method}
  49. From this point, the design plan is based on the \ridm and not anymore on the waterfall model.
  50. The first step is the feature definition, which prepares the required features based on the initial design.
  51. The features are defined by splitting the system in such a way that the results of each implemented feature are testable.
  52. The definition of the feature contains a description and a set of sub-requirements which is used to implement and test the feature.
  53. During the feature definition, the dependencies, risks and time resources are determined as well, this establishes the order of implementation in the feature selection step.
  54. The second step is the feature selection, where one of the features is selected.
  55. This selection is based on the dependencies, risk, and time requirements in the feature definitions.
  56. The third step is the rapid development cycle, which uses the sub-requirements and description of the selected feature to create an initial design, a minimal implementation and tests.
  57. In the last step, the variable detail approach is used to add detail to the minimal implementation over multiple iterations.
  58. The tests are used to determine if the added detail does not introduce any unexpected behavior.
  59. This cycle of adding detail and testing is repeated till the feature is fully implemented.
  60. From this point, the \ridm is repeated from the second step until all features are implemented.
  61. \subsection{Feature Definition}
  62. \label{sec:featuredefinition}
  63. During the feature definition, the system will be split into features as to prepare for the rapid development cycle and the variable-detail approach.
  64. The goal is to split the system in such way that the resulting features are as small as possible, but can still be implemented and tested individually.
  65. \subsection{Feature Selection}
  66. \label{sec:feature_selection}
  67. \subsection{Rapid Development Cycle}
  68. \subsection{Variable Approach}