We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a10035 commit 90d6e62Copy full SHA for 90d6e62
1 file changed
sysml.library/Systems Library/ControlNodes.sysml
@@ -27,7 +27,7 @@ package ControlNodes {
27
/**
28
* A MergeAction must have exactly one predecessor.
29
*/
30
- ref action predecessor: Action[1] :>> Performance::predecessors;
+ ref action predecessor: Action[1] :>> ControlAction::predecessors;
31
}
32
33
@@ -44,7 +44,7 @@ package ControlNodes {
44
45
* A DecisionAction must have exactly one successor.
46
47
- ref action successor: Action[1] :>> Performance::successors;
+ ref action successor: Action[1] :>> ControlAction::successors;
48
49
50
* The succession link for the sucessor of a DecisionAction must be an
0 commit comments