Skip to content

Commit

Permalink
Introduce term 'evaluated parameter'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 10, 2020
1 parent 1be7531 commit e74a90f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/classes.tex
Expand Up @@ -302,7 +302,7 @@ \subsection{Component Variability Prefixes discrete, parameter, constant}\label{
\item
A variable \lstinline!vc! declared with \lstinline!constant! prefix remains constant during transient analysis, with a value that is unaffected by the initialization problem (i.e., determined during translation).
\item
% TODO: Add "structural parameter" to index.
% TODO: Add "structural parameter" and "evaluated parameter" to index.
A variable \lstinline!vc! is called a \firstuse{structural parameter} if all of the following applies:
\begin{itemize}
\item
Expand All @@ -319,7 +319,7 @@ \subsection{Component Variability Prefixes discrete, parameter, constant}\label{
\item
The declaration equation is given by a structural expression (\cref{structural-expressions}).
\end{itemize}
A structural parameter remains constant during transient analysis, with a value either determined during translation (similar to having prefix \lstinline!constant!) or by the initialization problem (similar to a \willbedefined{normal parameter}, see item below).
A structural parameter remains constant during transient analysis, with a value either determined during translation (similar to having prefix \lstinline!constant!, and is then called an \firstuse{evaluated parameter}) or by the initialization problem (similar to a \willbedefined{normal parameter}, see item below).
At which of these stages the value is determined is tool dependent.
\item
% TODO: Add "normal parameter" to index.
Expand Down

0 comments on commit e74a90f

Please sign in to comment.