(file) Return to CIM_AssociatedAlarm.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_AssociatedAlarm 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Device::Sensors" ), 
 9                   Description ( 
10                      "LogicalDevices may have one or more AlarmDevices associated "
11                      "with them, in order to indicate problem situations. This "
12                      "relationship is indicated by the AssociatedAlarm dependency." )]
13               class CIM_AssociatedAlarm : CIM_Dependency {
14               
15                     [Override ( "Antecedent" ), 
16                      Description ( "The AlarmDevice." )]
17                  CIM_AlarmDevice REF Antecedent;
18               
19                     [Override ( "Dependent" ), 
20                      Description ( "The LogicalDevice that is alarmed." )]
21                  CIM_LogicalDevice REF Dependent;
22 karl  1.1.2.2 
23               
24               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2