We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3830f commit a4a1ad7Copy full SHA for a4a1ad7
1 file changed
sysml.library/Systems Library/Actions.sysml
@@ -60,7 +60,7 @@ standard library package Actions {
60
* The subperformances of this Action that are Actions.
61
*/
62
63
- ref occurrence :>> this = (that as Action).this {
+ ref occurrence :>> Action::this, actions::this, subperformances::this = (that as Action).this {
64
doc
65
/*
66
* The "this" reference of a subaction is always the same as that of
0 commit comments