Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpotterc0k2013-03-25 19:41:25 +0000
committerdonald.g.dunne2013-03-27 19:20:58 +0000
commitfe51d6a055c2986dcdaf3b1619579ed36cc66a5b (patch)
treeac71a2687c28ac9ab6808024838027a52f877b17 /plugins/org.eclipse.osee.framework.skynet.core/support
parentdc580767f4c2815579f3a365ccf82f0bc83d57ef (diff)
downloadorg.eclipse.osee-fe51d6a055c2986dcdaf3b1619579ed36cc66a5b.tar.gz
org.eclipse.osee-fe51d6a055c2986dcdaf3b1619579ed36cc66a5b.tar.xz
org.eclipse.osee-fe51d6a055c2986dcdaf3b1619579ed36cc66a5b.zip
feature[ats_V4MSE]: Add setting requirement relation
Diffstat (limited to 'plugins/org.eclipse.osee.framework.skynet.core/support')
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee15
1 files changed, 11 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee b/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
index e4a27aa39bb..8a0d4884633 100644
--- a/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
+++ b/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
@@ -646,7 +646,6 @@ artifactType "Requirement" extends "Artifact" {
uuid 0x0000000000000015
attribute "Development Assurance Level"
attribute "Qualification Method"
- attribute "Test Frequency"
attribute "Subsystem"
attribute "Technical Performance Parameter"
attribute "PublishInline"
@@ -681,11 +680,8 @@ abstract artifactType "Abstract Software Requirement" extends "Requirement" {
uuid 0x0000000000000017
attribute "CSCI"
attribute "Partition"
- attribute "Crew Interface Requirement"
attribute "Category"
- attribute "Common NAL Requirement"
attribute "System Security Requirement"
- attribute "Training Effectivity"
}
artifactType "Software Requirement" extends "MS Word Template" , "Direct Software Requirement" {
@@ -1559,6 +1555,17 @@ relationType "Supporting Info" {
multiplicity MANY_TO_MANY
}
+relationType "Supporting Requirement" {
+ guid "AAN_OjEwzF2w5j4Zr3gA"
+ uuid 0x200000000000017C
+ sideAName "supports requirement"
+ sideAArtifactType "Requirement"
+ sideBName "is supported by"
+ sideBArtifactType "Requirement"
+ defaultOrderType Unordered
+ multiplicity MANY_TO_MANY
+}
+
artifactType "Heading" extends "MS Word Template" {
guid "AAMFDhEzni8FpFb5yHwA"
uuid 0x0000000000000038

Back to the top