diff --git a/chapters/equations.tex b/chapters/equations.tex index c60ae75e2..dbb872f9d 100644 --- a/chapters/equations.tex +++ b/chapters/equations.tex @@ -931,7 +931,7 @@ \subsection{Recommended selection of start-attributes}\label{recommended-selecti Each component of a model can be given a unique model component hierarchy level number. The top level model has a level number of 1. The level number increases by 1 for each level down in the model component hierarchy. -The model component hierarchy level number is used to give \lstinlin!start!-attribute a confidence number, where a lower number means that the \lstinlin!start!-attribute is more confident. -Loosely, if the \lstinlin!start!-attribute is set or modified on level $i$ then the confidence number is $i$. -If a \lstinlin!start!-attribute is set by a possibly hierarchical modifier at the top level, then this \lstinlin!start!-attribute has the highest confidence, namely 1 irrespectively on what level, the variable itself is declared. +The model component hierarchy level number is used to give \lstinline!start!-attribute a confidence number, where a lower number means that the \lstinline!start!-attribute is more confident. +Loosely, if the \lstinline!start!-attribute is set or modified on level $i$ then the confidence number is $i$. +If a \lstinline!start!-attribute is set by a possibly hierarchical modifier at the top level, then this \lstinline!start!-attribute has the highest confidence, namely 1 irrespectively on what level, the variable itself is declared. \end{nonnormative} diff --git a/chapters/inheritance.tex b/chapters/inheritance.tex index 5bbe63096..7651fbe56 100644 --- a/chapters/inheritance.tex +++ b/chapters/inheritance.tex @@ -261,7 +261,7 @@ \section{Modifications}\label{modifications} \end{itemize} A modifier modifies one or more declarations from a class by changing some aspect(s) of the declarations. -The most common kind of modifier just changes the \emph{default value} or the \lstinline!start!-attribute} in a binding equation; the value and/or \lstinline!start!-attribute should be compatible with the variable according to \cref{type-compatible-expressions}. +The most common kind of modifier just changes the \emph{default value} or the \lstinline!start!-attribute in a binding equation; the value and/or \lstinline!start!-attribute should be compatible with the variable according to \cref{type-compatible-expressions}. An \firstuse{element modification}\index{element modification} overrides the declaration equation in the class used by the instance generated by the modified element.