|
@@ -10,7 +10,15 @@ The following assumptions are made for the implementation of the node placement
|
|
|
\end{itemize}
|
|
|
|
|
|
\section{Components}\label{sec:components}
|
|
|
-\TODO{rough architecture}
|
|
|
+\TODO{write about components and dependencies}
|
|
|
+Figure~\ref{fig:components} contains a component diagram that illustrates this.
|
|
|
+
|
|
|
+\begin{figure}[htp]
|
|
|
+ \centering
|
|
|
+ \includegraphics[width=\linewidth,trim=0 11cm 0 0,clip]{img/view.pdf}
|
|
|
+ \caption{Component diagram visualizing the architecture of \appname. Each component resembles a java package.}
|
|
|
+ \label{fig:components}
|
|
|
+\end{figure}
|
|
|
|
|
|
\section{Input File Format}\label{sec:inputFileFormat}
|
|
|
The input to \appname is a JSON file.
|