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

 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               //  PRS_SolutionResolution 
 6               // ==================================================================
 7                  [Association, Aggregation, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "PRS::Support" ), 
 9                   Description ( 
10                      "PRS_SolutionResolution aggregates a Resolution into a Solution." )]
11               class PRS_SolutionResolution : PRS_SolutionHasElement {
12               
13                     [Aggregate, Override ( "Antecedent" ), 
14                      Min ( 1 ), 
15                      Description ( "The PRS_Solution root object of the Solution." )]
16                  PRS_Solution REF Antecedent;
17               
18                     [Override ( "Dependent" ), 
19                      Description ( 
20                         "The PRS_Solution aggregated into the Solution." )]
21                  PRS_Resolution REF Dependent;
22 karl  1.1.2.2 
23               
24               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2