diff --git a/chapters/classes.tex b/chapters/classes.tex index 38a77c6ed..0601fcf88 100644 --- a/chapters/classes.tex +++ b/chapters/classes.tex @@ -284,7 +284,7 @@ \subsubsection{Prefix Rules}\label{prefix-rules} \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} and are the basis for defining 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 transient analysis (i.e., solution of initial value problem of the hybrid DAE). +The prefixes \lstinline!discrete!, \lstinline!parameter!, \lstinline!constant! of a component declaration are called \firstuse[variability!prefix]{variability prefixes} and are the basis for defining 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 \firstuse{transient analysis} (i.e., solution of initial value problem of the hybrid DAE). Further details on how the prefixes relate to component variability, as well as rules applying to components the different variabilities, are given in \cref{component-variability}.