docs/diploma

view thesis/tbl/strategies.tbl @ 271:c80b6b6fb798

moved tables from input to tbl
author meillo@marmaro.de
date Thu, 15 Jan 2009 12:16:43 +0100
parents thesis/input/strategies.tex@691c08400988
children 6cf649e62d42
line source
1 \begin{tabular}[Hbt]{| l | c || c | c | c |}
2 \hline
3 Requirement & Focus & S1 & S2 & S3 \\
4 \hline \hline
5 \RF7: encryption (\TODO1) & +++ & x & & \\
6 \RF6: authentication (\TODO2) & +++ & x & & \\
7 \RG1: security (\TODO3) & +++ & & x & x \\
8 \RG2: reliability (\TODO4) & +++ & & & x \\
9 \RF8: spam handling (\TODO5) & +++ & x & x & x \\
10 \RG4: extendability (\TODO6) & +++ & & & x \\
11 \hline
12 \RG3: robustness & ++ & & & x \\
13 \hline
14 \RF1: in/out channels & + & x & x & x \\
15 \RF2: mail queueing & + & & & x \\
16 \RG5: maintainability & + & & & x \\
17 \hline
18 \RF5: route selection & 0 & x & & \\
19 \RF9: malware handling & 0 & x & x & x \\
20 \RF10: archiving & 0 & x & & x \\
21 \RG6: testability & 0 & & & x \\
22 \hline
23 \RF3: header sanitizing & - & x & & \\
24 \RF4: aliasing & - & x & & \\
25 \RG10: usability & - & x & & \\
26 \hline
27 \RG8: availability & -{}- & x & & \\
28 \hline
29 \RG7: performance & -{}-{}- & x & & \\
30 \RG9: portability & -{}-{}- & x & & \\
31 \hline \hline
32 Score (Sum of `+') & 23 & 9 & 7 & 17 \\
33 \hline
34 \end{tabular}