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 
Antecedent represents the independent object in this association.
|
REF CIM_ManagedElement |
Dependent 
Dependent represents the object that is dependent on the Antecedent.
|
Antecedent 
public REF CIM_ManagedElement Antecedent
-
General Information:
Antecedent represents the independent object in this association.
Qualifiers:
-------------
Key
Dependent 
public REF CIM_ManagedElement Dependent
-
General Information:
Dependent represents the object that is dependent on the Antecedent.
Qualifiers:
-------------
Key