Skip to content

Commit

Permalink
Merge pull request #421 from Systems-Modeling/ST6RI-614
Browse files Browse the repository at this point in the history
ST6RI-614 Connections::MessageConnection should specialize Actions::Action
  • Loading branch information
seidewitz authored Nov 7, 2022
2 parents b25f3f6 + b702168 commit 5331c10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions org.omg.sysml.xpect.tests/library.systems/Connections.sysml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ standard library package Connections {
end target: Anything[0..*] :>> BinaryLinkObject::target;
}

abstract flow def MessageConnection :> BinaryConnection, Transfer {
abstract flow def MessageConnection :> BinaryConnection, Transfer, Action {
doc
/*
* MessageConnection is the class of binary connections that represent a transfer
Expand Down Expand Up @@ -117,7 +117,7 @@ standard library package Connections {
*/
}

abstract message messageConnections: MessageConnection[0..*] nonunique :> binaryConnections, transfers {
abstract message messageConnections: MessageConnection[0..*] nonunique :> binaryConnections, transfers, actions {
doc
/*
* messageConnections is the base feature of all FlowConnectionUsages.
Expand Down
4 changes: 2 additions & 2 deletions sysml.library/Systems Library/Connections.sysml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ standard library package Connections {
end target: Anything[0..*] :>> BinaryLinkObject::target;
}

abstract flow def MessageConnection :> BinaryConnection, Transfer {
abstract flow def MessageConnection :> BinaryConnection, Transfer, Action {
doc
/*
* MessageConnection is the class of binary connections that represent a transfer
Expand Down Expand Up @@ -117,7 +117,7 @@ standard library package Connections {
*/
}

abstract message messageConnections: MessageConnection[0..*] nonunique :> binaryConnections, transfers {
abstract message messageConnections: MessageConnection[0..*] nonunique :> binaryConnections, transfers, actions {
doc
/*
* messageConnections is the base feature of all FlowConnectionUsages.
Expand Down

0 comments on commit 5331c10

Please sign in to comment.