Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Apr 12, 2021
1 parent a3d1a03 commit 2e2899c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions chapters/equations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion chapters/inheritance.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2e2899c

Please sign in to comment.