Skip to content

Commit f9fbe18

Browse files
committed
ST6RI-560 Added baseType redefinition to DerivationMetadata.
1 parent 5cd2ec8 commit f9fbe18

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

sysml.library/Domain Libraries/Requirement Derivation/DerivationConnections.sysml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package DerivationConnections {
55
*/
66

77
requirement originalRequirements[*] {
8-
doc /* originalRequirements are the original requirements Derivation connections. */
8+
doc /* originalRequirements are the original requirements in Derivation connections. */
99
}
1010
requirement derivedRequirements[*] {
1111
doc /* derivedRequiremetns are the derived requirments in Derivation connections. */
@@ -15,12 +15,12 @@ package DerivationConnections {
1515
doc
1616
/*
1717
* A Derivation connection asserts that one or more derivedRequirements are derived from
18-
* a single originalRequirements. This means that any subject that satisfies the
18+
* a single originalRequirement. This means that any subject that satisfies the
1919
* originalRequirement should, in itself or though other things related to it, satisfy
2020
* each of the derivedRequirements.
2121
*
2222
* A connection usage typed by Derivation must have requirement usages for all its ends.
23-
* The single end for the original requirement should subset originalRequirement, while
23+
* The single end for the originalRequirement should subset originalRequirement, while
2424
* the rest of the ends should subset derivedRequirements.
2525
*/
2626

sysml.library/Domain Libraries/Requirement Derivation/RequirementDerivation.sysml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ package RequirementDerivation {
3434

3535
:> annotatedElement : SysML::ConnectionDefinition;
3636
:> annotatedElement : SysML::ConnectionUsage;
37+
:>> baseType = derivations as SysML::Usage;
3738
}
3839
}

0 commit comments

Comments
 (0)