Skip to content

Commit 90d6e62

Browse files
committed
Fixed name resolution problem in ControlNodes library model.
1 parent 5a10035 commit 90d6e62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sysml.library/Systems Library/ControlNodes.sysml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ package ControlNodes {
2727
/**
2828
* A MergeAction must have exactly one predecessor.
2929
*/
30-
ref action predecessor: Action[1] :>> Performance::predecessors;
30+
ref action predecessor: Action[1] :>> ControlAction::predecessors;
3131
}
3232

3333
/**
@@ -44,7 +44,7 @@ package ControlNodes {
4444
/**
4545
* A DecisionAction must have exactly one successor.
4646
*/
47-
ref action successor: Action[1] :>> Performance::successors;
47+
ref action successor: Action[1] :>> ControlAction::successors;
4848

4949
/**
5050
* The succession link for the sucessor of a DecisionAction must be an

0 commit comments

Comments
 (0)