You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most modelling (and programming) languages allows you to define structured connectors, sometimes called records to use Pascal terminology. This is something that should be supported in a future version of SSP.
It should be noted that as of today, the only solution is for a tool to do some clever handling based on a non-standard naming convention; for example, "dotted names" like A.x, A.y would become the record A { x, y }.
The text was updated successfully, but these errors were encountered:
Most modelling (and programming) languages allows you to define structured connectors, sometimes called records to use Pascal terminology. This is something that should be supported in a future version of SSP.
It should be noted that as of today, the only solution is for a tool to do some clever handling based on a non-standard naming convention; for example, "dotted names" like
A.x
,A.y
would become the recordA { x, y }
.The text was updated successfully, but these errors were encountered: