Sorted out the CH6 CH7 directories
This commit is contained in:
parent
b158fcb636
commit
aa843fc851
21
submission_thesis/CH6_Software_Examples/Makefile
Normal file
21
submission_thesis/CH6_Software_Examples/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
#
|
||||
|
||||
PNG_DIA =
|
||||
|
||||
|
||||
|
||||
%.png:%.dia
|
||||
dia -t png $<
|
||||
echo " Chapter 5 DIA images generated"
|
||||
|
||||
|
||||
# this is the target used
|
||||
# to make all images, dia gnuplot etc
|
||||
#
|
||||
copy: $(PNG_DIA)
|
||||
echo "Chapter 6 sub make called"
|
||||
|
||||
|
||||
|
||||
clean:
|
||||
rm ${PNG_DIA}
|
@ -321,7 +321,7 @@ exhaustive checking (within {\fgs}) entirely feasible.
|
||||
|
||||
\begin{figure}[h]
|
||||
\centering
|
||||
\includegraphics[width=400pt]{./CH6_Evaluation/components_81_euler.png}
|
||||
\includegraphics[width=400pt]{./CH7_Evaluation/components_81_euler.png}
|
||||
% components_81_euler.png: 3056x2532 pixel, 72dpi, 107.81x89.32 cm, bb=0 0 3056 2532
|
||||
\caption{Euler diagram of a hypothetical FMMD Hierarchy with 81 base components with the number of components in each $FG$ fixed to three ($|FG|=3$)}
|
||||
\label{fig:three_tree}
|
||||
@ -1342,4 +1342,4 @@ the component causing the side effect into the wrong {\fg}, or only one germane
|
||||
|
||||
\section{Evaluation}
|
||||
|
||||
TO DO
|
||||
TO DO
|
@ -85,7 +85,7 @@ are added to UML diagram in figure \ref{fig:cfg} are represented in figure \ref
|
||||
|
||||
\begin{figure}[h]
|
||||
\centering
|
||||
\includegraphics[width=400pt,keepaspectratio=true]{./CH7_Conclusion/master_uml_further_work.png}
|
||||
\includegraphics[width=400pt,keepaspectratio=true]{./CH8_Conclusion/master_uml_further_work.png}
|
||||
% cfg2.png: 702x464 pixel, 72dpi, 24.76x16.37 cm, bb=0 0 702 464
|
||||
\caption{FMMD UML diagram, incorporating Environmental, Operational State and Inhibit gates}
|
||||
\label{fig:cfg2}
|
@ -23,7 +23,8 @@ copy:
|
||||
cd CH3_FMEA_criticism; make copy
|
||||
cd CH4_FMMD; make copy
|
||||
cd CH5_Examples; make copy
|
||||
cd CH6_Evaluation; make copy
|
||||
cd CH7_Conclusion; make copy
|
||||
cd CH6_Software_Examples; make copy
|
||||
cd CH7_Evaluation; make copy
|
||||
cd CH8_Conclusion; make copy
|
||||
#cd CH8_finsh_appendixes; make copy
|
||||
|
||||
|
@ -36,7 +36,8 @@
|
||||
\newcommand{\sd}{\ensuremath{\Sigma \Delta ADC}}
|
||||
%\newcommand{\sd}{\ensuremath{Sigma\;Delta\;ADC}}
|
||||
\newcommand{\derivec}{{D}}
|
||||
\newcommand{\hh}{\ensuremath{{\stackrel{o}{H}}}}
|
||||
%\newcommand{\hh}{\ensuremath{{\stackrel{o}{H}}}}
|
||||
\newcommand{\hh}{\ensuremath{{\hbar}}}
|
||||
\newcommand{\abslev}{\ensuremath{\alpha}}
|
||||
\newcommand{\oc}{\ensuremath{^{o}{C}}}
|
||||
\newcommand{\adctw}{{${\mathcal{ADC}}_{12}$}}
|
||||
|
@ -87,13 +87,13 @@
|
||||
\input{CH5_Examples/copy}
|
||||
|
||||
\chapter{Applying FMMD to Software and Hybrid Systems}
|
||||
\input{CH5_Examples/software}
|
||||
\input{CH6_Software_Examples/software}
|
||||
|
||||
\chapter {FMMD Metrics Critiques Exceptions and Evaluation}
|
||||
\input{CH6_Evaluation/copy}
|
||||
\input{CH7_Evaluation/copy}
|
||||
|
||||
\chapter{Conclusion}
|
||||
\input{CH7_Conclusion/copy}
|
||||
\input{CH8_Conclusion/copy}
|
||||
|
||||
\appendix
|
||||
\input{appendixes/detailed_analysis}
|
||||
|
Loading…
Reference in New Issue
Block a user