-
Notifications
You must be signed in to change notification settings - Fork 1
/
appendice.tex
43 lines (37 loc) · 1.73 KB
/
appendice.tex
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
%% Direttive TeXworks:
% !TeX root = ../maltoni_niccolo_tesi.tex
% !TEX encoding = UTF-8 Unicode
% !TEX program = arara
% !TEX TS-program = arara
% !TeX spellcheck = it-IT
\appendix
\begin{appendices}
\chapter{Simulazione di prova}\label{app:test}
\section{YAML della simulazione}\label{app:yaml}
\lstinputlisting[language=yaml]{data/simulation.yml}
\clearpage
\section{JSON degli effetti}\label{app:json}
\lstinputlisting[language=json]{data/effects.json}
\clearpage
\section{AES degli effetti}\label{app:aes}
\lstinputlisting[language=json]{data/effects.aes}
\end{appendices}
% \chapter{Codice relativo all'interfaccia classica}\label{app:old}
% \section{L'interfaccia \texttt{Effect}}\label{app:effect}
% TODO codice
% \chapter{Codice relativo al contributo}\label{app:new}
% \section{L'interfaccia \texttt{EffectFX}}\label{app:effectfx}
% TODO codice
% \chapter{L'interfaccia \texttt{EffectFX}}\label{app:effectfx}
% TODO UML
% \section{L'interfaccia \texttt{EffectGroup}}\label{app:effectgroup}
% TODO codice
%\section{Implementazioni di \texttt{EffectFX} e Proprietà serializzabili}\label{app:effectsAndProps}
% TODO codice
% \chapter{Implementazioni di \texttt{EffectFX} e Proprietà serializzabili}\label{app:effectsAndProps}
% TODO UML
% \begin{figure}[htbp]
% \centering
% \includegraphics[scale=0.7]{img/EffectAndPropertiesUML}
% \caption{Il diagramma UML delle classi mostra le relazioni tra gli effetti implementati e le proprietà custom utilizzate}
% \end{figure}