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

 1 marek 1.1 // Copyright (c) 2007 DMTF.  All rights reserved.
 2              [Association, Version ( "2.7.0" ), 
 3               UMLPackagePath ( "CIM::Metrics::BaseMetric" ), 
 4               Description ( 
 5                  "Weak association of metric value objects with their metric "
 6                  "definition. This association ties an instance of "
 7                  "CIM_BaseMetricValue to its CIM_BaseMetricDefinition; it is "
 8                  "weak because the existence of a CIM_BaseMetricValue depends on "
 9                  "the existence of its associated CIM_BaseMetricDefinition: An "
10                  "instance of CIM_BaseMetricValue must not exist without being "
11                  "associated to its corresponding CIM_BaseMetricDefinition." )]
12           class CIM_MetricInstance : CIM_Dependency {
13           
14                 [Override ( "Antecedent" ), 
15                  Min ( 1 ), 
16                  Max ( 1 ), 
17                  Description ( 
18                     "The CIM_BaseMetricDefinition for this particular "
19                     "CIM_BaseMetricValue." )]
20              CIM_BaseMetricDefinition REF Antecedent;
21           
22 marek 1.1       [Override ( "Dependent" ), 
23                  Description ( 
24                     "A CIM_BaseMetricValue instance holding the Value." )]
25              CIM_BaseMetricValue REF Dependent;
26           
27           
28           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2