From c5d26425f620990b28c166e3903f5716e11eb7e2 Mon Sep 17 00:00:00 2001 From: "hannes.kuchelmeister" Date: Wed, 26 Feb 2020 12:58:21 +0100 Subject: [PATCH] fixed issues in design and implementation --- 25_Outline/sections/50_design_and_implementation.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/25_Outline/sections/50_design_and_implementation.tex b/25_Outline/sections/50_design_and_implementation.tex index 07e9438..549aa91 100644 --- a/25_Outline/sections/50_design_and_implementation.tex +++ b/25_Outline/sections/50_design_and_implementation.tex @@ -7,7 +7,7 @@ \autoref{fig:DesignImplementation:ConfiguratorMerlin} shows the architecture of CAS Configurator Merlin. \begin{description} - \item[M.Core] provides the base of the configurator it checks configuration against all rules in the database, provides possible alternatives on a change that invalidates other parts of a configuration. + \item[M.Core] provides the base of the configurator. It checks the configuration against all rules in the database, provides possible alternatives if a change invalidates other parts of a configuration. The system relies on a CSP solver for validation and suggestion of alternatives. \item[M.Model] is the editor to create products and rules. These rules can then be uploaded to M.Core. \item[M.Customer] is the customer facing component. It allows a customer to configure a product. \end{description} @@ -22,7 +22,7 @@ \section{CAS Group-Configurator} \label{sec:DesignImplementation:GroupConfigurator} -\citeauthor{raabKollaborativeProduktkonfigurationEchtzeit2019} extends CAS Merlin Configurator in his thesis to allow simultaneous configuration. The extended architecture is shown in \autoref{fig:DesignImplementation:CollaborativeConfiguratorMerlin}. +\citeauthor{raabKollaborativeProduktkonfigurationEchtzeit2019}'s extends CAS Merlin Configurator in his thesis to allow simultaneous configuration. The extended architecture is shown in \autoref{fig:DesignImplementation:CollaborativeConfiguratorMerlin}. He only makes changes to M.Customer which is renamed to M.Collab-Customer and introduces a new component M.Collab. \begin{description}