improve figure, caption and labels of architecture

This commit is contained in:
hannes.kuchelmeister
2020-04-22 11:04:11 +02:00
parent 194b4219c2
commit 96812d492f
4 changed files with 4 additions and 4 deletions

View File

@@ -199,14 +199,14 @@ Both the approach of merging preferences and the approach of using individual us
\section{Base Recommender System}
\label{sec:Foundations:BaseSystem}
\citeauthor{raabKollaborativeProduktkonfigurationEchtzeit2019} \cite{raabKollaborativeProduktkonfigurationEchtzeit2019} extends CAS Merlin Configurator in his thesis to allow simultaneous configuration. The extended architecture is shown in \autoref{fig:DesignImplementation:CollaborativeConfiguratorMerlin}.
\citeauthor{raabKollaborativeProduktkonfigurationEchtzeit2019} \cite{raabKollaborativeProduktkonfigurationEchtzeit2019} extends CAS Merlin Configurator in his thesis to allow simultaneous configuration. The extended architecture is shown in \autoref{fig:Foundations:CollaborativeConfiguratorMerlin}.
He only makes changes to M.Customer which is renamed to M.Collab-Customer and introduces a new component M.Collab.
\begin{figure}
\centering
\includegraphics[width=0.6\textwidth]{./figures/50_design_and_implementation/MerlinCollaborativeConfigurator.pdf}
\caption{Architecture of Collaborative Configurator Merlin \cite[Fig. 4.3]{raabKollaborativeProduktkonfigurationEchtzeit2019}}
\label{fig:DesignImplementation:CollaborativeConfiguratorMerlin}
\label{fig:Foundations:CollaborativeConfiguratorMerlin}
\end{figure}
\begin{description}

View File

@@ -23,7 +23,7 @@ Due to these reasons the decision was made to create a new microservice, called
\begin{figure}
\centering
\includegraphics[width=0.6\textwidth]{./figures/50_design_and_implementation/MerlinCollabRecommender.pdf}
\caption{Architecture of Collaborative Configurator Merlin with the added recommender system.}
\caption{The architecture of the extended recommender system based on \cite[Fig. 4.3]{raabKollaborativeProduktkonfigurationEchtzeit2019}'s configurator (see \autoref{fig:Foundations:CollaborativeConfiguratorMerlin}). The changes include the addition of the component \emph{M.Recommend} and the recommender database. Changes are marked in grey. Components that have a grey background are added and components with a partial grey background undergo changes.}
\label{fig:DesignImplementation:RecommenderForCollaborativeConfiguratorMerlin}
\end{figure}