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

 1 karl  1.1.2.2 // Copyright (c) 2007 DMTF.  All rights reserved.
 2                  [Association, Version ( "2.6.0" ), 
 3                   UMLPackagePath ( "CIM::Metrics::UnitOfWork" ), 
 4                   Description ( 
 5                      "An association that describes the Metrics related to a "
 6                      "UnitOfWorkDefinition. This is a Dependency relationship since "
 7                      "the MetricDefinition relies on the UnitOfWorkDefinition for "
 8                      "context. At least one context must be defined for a "
 9                      "MetricDefinition, hence the Min (1) qualifier is placed on the "
10                      "UnitOfWorkDefinition reference." )]
11               class CIM_UoWMetricDefinition : CIM_Dependency {
12               
13                     [Override ( "Antecedent" ), 
14                      Min ( 1 ), 
15                      Description ( 
16                         "The UnitOfWorkDefinition where the Metric applies." )]
17                  CIM_UnitOfWorkDefinition REF Antecedent;
18               
19                     [Override ( "Dependent" ), 
20                      Description ( 
21                         "The MetricDefinition for a particular UnitOfWork." )]
22 karl  1.1.2.2    CIM_MetricDefinition REF Dependent;
23               
24               
25               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2