Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small clean-up of terminology related to connection equations #3277

Merged
merged 3 commits into from
Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chapters/connectors.tex
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ \section{Connect-Equations and Connectors}\label{connect-equations-and-connector
\item
Build connection sets from \lstinline!connect!-equations.
\item
Generate equations for the complete model.
Generate equations for the complete model (\willintroduce{connection equations}).
\end{itemize}

\subsection{Connection Sets}\label{connection-sets}
Expand Down
2 changes: 1 addition & 1 deletion chapters/equations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ \section{Equations in Equation Sections}\label{equations-in-equation-sections}
( simple-expression "=" expression
| if-equation
| for-equation
| connect-clause
| connect-equation
| when-equation
| component-reference function-call-args
)
Expand Down
6 changes: 3 additions & 3 deletions chapters/introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ \section{Scope of the Specification}\label{scope-of-the-specification}
The key issues of the translation (or flattening) are:
\begin{itemize}
\item
Expansion of inherited base classes
Expansion of inherited base classes.
\item
Parameterization of base classes, local classes and components
Parameterization of base classes, local classes and components.
\item
Generation of connection equations from \lstinline!connect!-equations
Generation of connection equations from \lstinline!connect!-equations.
\end{itemize}

The flat hybrid DAE form consists of:
Expand Down
4 changes: 2 additions & 2 deletions chapters/syntax.tex
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ \subsection{Equations}\label{equations1}
( simple-expression "=" expression
| if-equation
| for-equation
| connect-clause
| connect-equation
| when-equation
| component-reference function-call-args
)
Expand Down Expand Up @@ -331,7 +331,7 @@ \subsection{Equations}\label{equations1}
}
end when

connect-clause :
connect-equation :
connect "(" component-reference "," component-reference ")"
\end{lstlisting}

Expand Down