Class CIM_Component


CIM_Component

Known Subclasses:
CIM_ConcreteComponent


Abstract Association class CIM_Component

General Information:
CIM_Component is a generic association used to establish 'part of' relationships between Managed Elements. For example, it could be used to define the components or parts of a System.

Qualifiers:
-------------
Association
Abstract
Aggregation
Version=2.7.0
UMLPackagePath=CIM::Core::CoreElements


Supported Fields Summary
 REF CIM_ManagedElement GroupComponent Key
The parent element in the association.
 REF CIM_ManagedElement PartComponent Key
The child element in the association.

Methods Summary
  Get(Instance)
Gets the representation of the instance
  Enumerate()
Enumerates the instances of this class

Field Detail

GroupComponent Key

public REF CIM_ManagedElement GroupComponent
General Information:
The parent element in the association.

Qualifiers:
-------------
Key
Aggregate


PartComponent Key

public REF CIM_ManagedElement PartComponent
General Information:
The child element in the association.

Qualifiers:
-------------
Key


Method Detail

Get

public  Get([OUT]CIM_Component Instance)
Permission Information:
No permissions defined

General Information:
Gets the representation of the instance

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class