prs_solutionelement.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 23 行

MOF
23
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  PRS_SolutionElement// ==================================================================   [UMLPackagePath ( "PRS::Support" ), Abstract, Version ( "2.6.0" ),     Description (       "PRS_SolutionElement is an abstract base class for non-Category "       "objects that are associated with a Solution. This includes: \n"       "PRS_Reference \n"       "PRS_Problem \n"       "PRS_Resolution \n"       "\n"       "PRS_SolutionElement provides a common reference for these "       "objects to be associated with PRS_Expression objects through "       "the SolutionExpression association. \n"       "\n"       "In addition, all of the derived objects may be retrieved with "       "a single query for the common super-class.")]class PRS_SolutionElement : PRS_ExchangeElement {};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?