Class CIM_PackagedComponent
extends CIM_Container

A Component is typically contained by a PhysicalPackage, such as a Chassis or Card. The PackagedComponent association makes this relationship explicit. In the first sentence, the word, 'typically', is used. This is because a Component may be removed from, or not yet inserted into, its containing Package (ie, the Removable boolean is TRUE). Therefore, a Component may not always be associated with a container.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_AbstractComponent
   |
   +--CIM_Component
   |
   +--CIM_Container
   |
   +--CIM_PackagedComponent

Direct Known Subclasses

CIM_MemoryOnCard

Class Qualifiers

NameData TypeValue
Aggregationbooleantrue
Associationbooleantrue
DescriptionstringA Component is typically contained by a PhysicalPackage, such as a Chassis or Card. The PackagedComponent association makes this relationship explicit. In the first sentence, the word, 'typically', is used. This is because a Component may be removed from, or not yet inserted into, its containing Package (ie, the Removable boolean is TRUE). Therefore, a Component may not always be associated with a container.
UMLPackagePathstringCIM::Physical::Component
Versionstring2.6.0

Class Properties

Association References

NameClass OriginReference Class
GroupComponentCIM_PackagedComponentCIM_PhysicalPackage
PartComponentCIM_PackagedComponentCIM_PhysicalComponent

Inherited Properties

NameData TypeClass Origin
LocationWithinContainerstringCIM_Container

Class Methods