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

 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           //  PRS_SolutionReference 
 6           // ==================================================================
 7              [Association, Aggregation, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "PRS::Support" ), 
 9               Description ( 
10                  "PRS_SolutionReference aggregates a Reference into a Solution." )]
11           class PRS_SolutionReference : 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_Reference aggregated into the Solution." )]
21              PRS_Reference REF Dependent;
22 marek 1.1 
23           
24           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2