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

 1 marek 1.1 // 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_RelatedStatistics 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Core::Statistics" ), 
 9               Description ( 
10                  "CIM_RelatedStatistics is an association that defines "
11                  "hierarchies and/or dependencies of related CIM_Statistical "
12                  "Information classes." )]
13           class CIM_RelatedStatistics {
14           
15                 [Key, Description ( "The statistic information/object." )]
16              CIM_StatisticalInformation REF Stats;
17           
18                 [Key, Description ( "The related statistics or metrics." )]
19              CIM_StatisticalInformation REF RelatedStats;
20           
21           
22 marek 1.1 };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2