(file) Return to PRS_Resolution.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_Resolution 
 6           // ==================================================================
 7              [Version ( "2.6.0" ), 
 8               UMLPackagePath ( "PRS::Support" ), 
 9               Description ( 
10                  "PRS_Resolution is the root object of a set of associated "
11                  "objects that describe a the resolution to a Problem. One or "
12                  "more Resolutions may be associated with a Solution. \n"
13                  "\n"
14                  "The Resolution is described by PRS_Statement and PRS_Product "
15                  "instances indirectly associated to the PRS_Resolution through "
16                  "a PRS_Expression." )]
17           class PRS_Resolution : PRS_SolutionElement {
18           
19                 [Description ( 
20                     "The Confidence describes the potential for the "
21                     "Resolution to correct the Problem or Problems associated "
22 marek 1.1           "with the PRS_Solution. The value of this property shall "
23                     "be an integer value in the range of 0 to 100, inclusive." ), 
24                  MinValue ( 0 ), 
25                  MaxValue ( 100 )]
26              uint16 Confidence;
27           
28           
29           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2