Class CIM_ConcreteComponent


CIM_Component
   extended by CIM_ConcreteComponent



Association class CIM_ConcreteComponent
extends CIM_Component

General Information:
CIM_ConcreteComponent is a generic association used to establish 'part of' relationships between ManagedElements. It is defined as a concrete subclass of the abstract CIM_Component class, to be used in place of many specific subclasses of Component that add no semantics, that is subclasses that do not clarify the type of composition, update cardinalities, or add or remove qualifiers. Note that when you define additional semantics for Component, this class must not be subclassed. Specific semantics continue to be defined as subclasses of the abstract CIM_Component. ConcreteComponent is limited in its use as a concrete form of a general composition.

It was deemed more prudent to create this concrete subclass than to change Component from an abstract to a concrete class. Industry usage and impact could not be anticipated.

Qualifiers:
-------------
Association
Aggregation
Version=2.10.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:
-------------
Aggregate
Override=GroupComponent


PartComponent Key

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

Qualifiers:
-------------
Override=PartComponent


Method Detail

Get

public  Get([OUT]CIM_ConcreteComponent 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