diff options
author | Kevin Scaggs <ks0567@att.com> | 2019-11-27 14:05:33 -0600 |
---|---|---|
committer | Kevin Scaggs <ks0567@att.com> | 2019-11-27 14:05:33 -0600 |
commit | 9056995d4518941f21b2232992a4d8c2f4571c05 (patch) | |
tree | 0d2a8fae5ccfa13580c2b38d4284c155e558adf3 | |
parent | 8afc03e5177684a289c62003fe8773c3eb33b987 (diff) |
Minor updates to resource
Updates made to appropriately root resource as approved.
Issue-ID: MODELING-104
Change-Id: I78e457bbb670dd240b70572a597b2e6271a71649
Signed-off-by: Kevin Scaggs <ks0567@att.com>
-rw-r--r-- | ONAP Information Model/Resource.uml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/ONAP Information Model/Resource.uml b/ONAP Information Model/Resource.uml index e868f1a..34a728a 100644 --- a/ONAP Information Model/Resource.uml +++ b/ONAP Information Model/Resource.uml @@ -5,15 +5,22 @@ <packagedElement xmi:type="uml:Package" xmi:id="_lK-iYDOHEei5Af8DcjrhIQ" name="Diagrams"/>
<packagedElement xmi:type="uml:Package" xmi:id="_lK-iYTOHEei5Af8DcjrhIQ" name="Interfaces"/>
<packagedElement xmi:type="uml:Package" xmi:id="_lK_JcDOHEei5Af8DcjrhIQ" name="ObjectClasses">
- <packagedElement xmi:type="uml:Class" xmi:id="_DAQisJpXEeidy9iGT_F5-w" name="ResourceDesc (ResourceSpecification)">
+ <packagedElement xmi:type="uml:Class" xmi:id="_DAQisJpXEeidy9iGT_F5-w" name="ResourceDesc">
<ownedComment xmi:type="uml:Comment" xmi:id="_psrJgMGxEeiS695oPTRE1Q" annotatedElement="_DAQisJpXEeidy9iGT_F5-w">
<body>ResourceDesc represents physical and non-physical (virtual) components which are owned / managed by the business or provided by a Supplier and are used (directly or indirectly) to construct services.

In this context, a resource is something that goes into a resource catalog from which services are composed.
</body>
</ownedComment>
+ <generalization xmi:type="uml:Generalization" xmi:id="_DdJuQBCJEeqONNoHH0FhYQ">
+ <general xmi:type="uml:Class" href="Common.uml#_v04t4DFPEemw1_Ys6rcLWw"/>
+ </generalization>
+ </packagedElement>
+ <packagedElement xmi:type="uml:Class" xmi:id="_hZfC0DEkEemRSoIWRX3jNw" name="ResourceInstance">
+ <generalization xmi:type="uml:Generalization" xmi:id="_92FGIBCKEeqONNoHH0FhYQ">
+ <general xmi:type="uml:Class" href="Common.uml#_0Zik0DFPEemw1_Ys6rcLWw"/>
+ </generalization>
</packagedElement>
- <packagedElement xmi:type="uml:Class" xmi:id="_hZfC0DEkEemRSoIWRX3jNw" name="ResourceInstance"/>
</packagedElement>
<packagedElement xmi:type="uml:Package" xmi:id="_lK_JcTOHEei5Af8DcjrhIQ" name="TypeDefinitions"/>
<profileApplication xmi:type="uml:ProfileApplication" xmi:id="_nRfaQKe3Eeixw5Ke5QD1pQ">
|