(file) Return to PRS_SolutionExpression.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_SolutionExpression 
 6           // ==================================================================
 7              [Association, Aggregation, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "PRS::Support" ), 
 9               Description ( 
10                  "Associates PRS_SolutionElements (PRS_Reference, PRS_Problem or "
11                  "PRS_Resolution) with PRS_Expressions." )]
12           class PRS_SolutionExpression : CIM_Dependency {
13           
14                 [Aggregate, Override ( "Antecedent" ), 
15                  Min ( 1 ), 
16                  Description ( "The PRS_SolutionElement." )]
17              PRS_SolutionElement REF Antecedent;
18           
19                 [Override ( "Dependent" ), 
20                  Min ( 1 ), 
21                  Description ( "The PRS_Expression." )]
22 marek 1.1    PRS_Expression REF Dependent;
23           
24           
25           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2