(file) Return to PRS_ResolutionResource.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_ResolutionResource 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "PRS::Support" ), 
 9               Description ( "Associates PRS_Resolution with PRS_Resource." )]
10           class PRS_ResolutionResource : CIM_Dependency {
11           
12                 [Override ( "Antecedent" ), 
13                  Description ( "The PRS_Resource." )]
14              PRS_Resource REF Antecedent;
15           
16                 [Override ( "Dependent" ), 
17                  Description ( "The PRS_Resolution." )]
18              PRS_Resolution REF Dependent;
19           
20           
21           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2