summaryrefslogtreecommitdiffstats
path: root/ue2/protokoll/protokoll.tex
blob: 456a6e7df7ebfb14b15be54b2a1441f0d0347055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
\documentclass[12pt,a4paper,titlepage,oneside]{article}
\usepackage[utf8]{inputenc}
\usepackage{oop_prot}
\usepackage{url}
\usepackage{pdfpages}
\usepackage{booktabs}

\title{Beispiel 2}

\author{
Günther Neuwirth, \matrnr 0626638\\
  {\small e0626638@student.tuwien.ac.at}
Manuel Mausz, \matrnr 0728348\\
  {\small manuel-tu@mausz.at}\\
}

\begin{document}

% create titlepage
\maketitle

\tableofcontents
\newpage

%------------------------------------------------------------------
%------------------------------------------------------------------

\section{Aufgabenstellung - Beispiel 2}
\includegraphics[width=\textwidth,page=1]{../angabe.pdf}
\includegraphics[width=\textwidth,page=2]{../angabe.pdf}
\includegraphics[width=\textwidth,page=3]{../angabe.pdf}

%------------------------------------------------------------------
%------------------------------------------------------------------

\section{Beispiel 2}

\subsection{Design}\label{Design}

Abbildung~\ref{fig:classdiagram1} zeigt das Klassendiagramm der Aufgabe.


TODO

%==================================================================
\begin{figure}[htb]
\begin{center}
\epsfxsize=0.9\textwidth\epsfbox{ClassDiagram1.png}
\end{center}
\caption{Klassendiagramm 1} 
\label{fig:classdiagram1}
\end{figure}
%==================================================================


\subsection{Verwaltung der Ressourcen}

TODO

\subsection{Fehlerbehandlung}

TODO

\subsection{Implementierung}

TODO

%------------------------------------------------------------------
%------------------------------------------------------------------

\section{Projektverlauf}


\subsection{Probleme und Fallstricke}

TODO

\subsection{Arbeitsaufwand}


TODO
\begin{tabular}{ll}
  \toprule
  Entwicklungsschritt / Meilenstein & Arbeitsaufwand\\
  \midrule
  TODO
  \bottomrule
\end{tabular}

%------------------------------------------------------------------
%------------------------------------------------------------------

\section{Listings}\label{Listings}

TODO

\end{document}