Index: DamEngine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.pdf =================================================================== diff -u -r1934 -r1991 Binary files differ Index: DamEngine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex =================================================================== diff -u -r1934 -r1991 --- DamEngine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex (.../DAM Engine - Technical Design.tex) (revision 1934) +++ DamEngine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex (.../DAM Engine - Technical Design.tex) (revision 1991) @@ -947,6 +947,22 @@ \caption{\small Mapping of the \WbiKernel Slip Plane Constraints to the \ProgramName data.} \label{table-MappingDamEngineSlipPlaneConstraintsWbiMacrostability} \end{table} + +\subsection{Mapping of the validation result} +\label{sec:MappingValidationResultWbiMacrostability} +The \WbiKernel returns the validation result when the Validate function is called. In the following table a mapping of the validation result to the \ProgramName data is defined. +\begin{table}[H] + \small + \begin{tabular}{|p{60mm}|p{\textwidth-60mm-24pt}|} \hline + \textbf{WBI Macrostability} WTIStabilityModelValidation.xsd & \textbf{\ProgramName} DamDesignResult.xsd \\ \hline + Validations->ValidationsType & LogMessage->LogMessageType\\ \hline +\end{tabular} + \caption{\small Mapping of the \WbiKernel validation result to the \ProgramName.} + \label{table-MappingValidationResultWbiMacrostability} +\end{table} +When the Validations part is empty it means that the input is Valid. When there are one or more validations, they are added to the messages of the design results. The type of message can be Info, Warning or Error. The validation fails when there is at least one Error message. + + %------------------------------------------------------------------------------ \chapter{Literature} \label{chapterLiterature}