From a398ec52f7c2fd2aadea1dbf1720ba6e0963d7f1 Mon Sep 17 00:00:00 2001 From: Hans Olsson Date: Tue, 5 Apr 2022 23:47:30 +0200 Subject: [PATCH] Update chapters/classes.tex Co-authored-by: Henrik Tidefelt --- chapters/classes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/classes.tex b/chapters/classes.tex index 709c7d8a2..2d9e9755e 100644 --- a/chapters/classes.tex +++ b/chapters/classes.tex @@ -351,7 +351,7 @@ \subsection{Acyclic Bindings of Constants and Parameters}\label{acyclic-bindings \subsection{Component Variability Prefixes}\label{component-variability-prefixes-discrete-parameter-constant} -The prefixes \lstinline!discrete!, \lstinline!parameter!, \lstinline!constant! of a component declaration are called \firstuse[variability!prefix]{variability prefixes}\index{component variability}\index{declared variability}\index{variability!declared|see{declared variability}} and define in which situation the variable values of a component are initialized (see \cref{events-and-synchronization} and \cref{initialization-initial-equation-and-initial-algorithm}) and when they are changed during the simulation: +The prefixes \lstinline!discrete!, \lstinline!parameter!, \lstinline!constant! of a component declaration are called \firstuse[variability!prefix]{variability prefixes}\index{component variability}\index{declared variability}\index{variability!declared|see{declared variability}} and define in which situation the variable values of a component are initialized (see \cref{events-and-synchronization} and \cref{initialization-initial-equation-and-initial-algorithm}) and when they are changed during simulation: \begin{itemize} \item A variable \lstinline!vc! declared with \lstinline!constant!\indexinline{constant} prefix remains constant the simulation, with a value that is unaffected even by the initialization problem.