SUMMARY: NESTED | FIELD | | METHOD |
DETAIL: FIELD | METHOD |
CIM_ComponentCIM_ConcreteComponent
Association class CIM_ConcreteComponent
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
The parent element in the association. |
REF CIM_ManagedElement |
PartComponent
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 |
---|
public REF CIM_ManagedElement GroupComponent
public REF CIM_ManagedElement PartComponent
Method Detail |
---|
public Get([OUT]CIM_ConcreteComponent Instance)
public Enumerate()
SUMMARY: NESTED | FIELD | METHOD |
DETAIL: FIELD | METHOD |