diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2022-04-05 19:59:23 +0200 |
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2022-04-05 19:59:23 +0200 |
| commit | 5782c7c067fcd2331e74de220d404f77b766e6c6 (patch) | |
| tree | 9f17960c2a1962b2405651784d323b3fd8adf75f /wiki/aerospace/v-model.org | |
| parent | d798383d2f8509a4f42ff3b68375f66c543ab5ce (diff) | |
Lots of wiki reorg & new files!
Diffstat (limited to 'wiki/aerospace/v-model.org')
| -rw-r--r-- | wiki/aerospace/v-model.org | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/wiki/aerospace/v-model.org b/wiki/aerospace/v-model.org deleted file mode 100644 index 6addaca..0000000 --- a/wiki/aerospace/v-model.org +++ /dev/null @@ -1,42 +0,0 @@ -# -*- mode: org; -*- - -#+TITLE: V-model -#+SUBTITLE: Guidelines For Development Of Civil Aircraft and Systems. -#+AUTHOR: Marius Peter -#+DATE: <2022-02-11 Fri> -#+EMAIL: mlnp@tuta.io -#+OPTIONS: toc:nil - -#+KEYWORDS: aerospace, systems, development, engineering, model - -#+TOC: headlines 2 - - -#+begin_abstract -The V-model represents the lifecycle of a system's development. -#+end_abstract - - -* TODO Representation - -This is the graphical representation of the v-model. - -#+NAME: v-model -#+BEGIN_SRC plantuml :file ../images/v-model.png :cache yes - @startuml - !theme cerulean-outline - actor Operator as operational - collections Functions as functional - control Logic as logical - boundary Physical as physical - - operational -> functional: Requirements - functional -> logical: Specification - logical -> physical: Build plan - physical -> logical - logical -> functional - functional -> operational -#+END_SRC - -#+RESULTS[7e1fc2faaeb214ca241c5b4126d06cab1818ac52]: v-model -[[file:../images/v-model.png]] |