Class CIM_Dependency

Used in features: CIM Schema inheritance classes

CIM_Dependency

Known Subclasses:
CIM_ConcreteDependency


Abstract Association class CIM_Dependency

General Information:
CIM_Dependency is a generic association used to establish dependency relationships between ManagedElements.

Qualifiers:
-------------
Association
Abstract
Version=2.10.0
UMLPackagePath=CIM::Core::CoreElements


Supported Fields Summary
 REF CIM_ManagedElement Antecedent Key
Antecedent represents the independent object in this association.
 REF CIM_ManagedElement Dependent Key
Dependent represents the object that is dependent on the Antecedent.

Methods Summary

Field Detail

Antecedent Key

public REF CIM_ManagedElement Antecedent
General Information:
Antecedent represents the independent object in this association.

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


Dependent Key

public REF CIM_ManagedElement Dependent
General Information:
Dependent represents the object that is dependent on the Antecedent.

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


Method Detail