cim_subuow.mof

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

MOF
34
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_SubUoW// ==================================================================   [Association, UMLPackagePath ( "CIM::Metrics::UnitOfWork" ),    Version ( "2.6.0" ), Description (       "Similar to the SubUoWDef association (which describes the "       "relationship between definitional UnitsOfWork), this "       "association identifies the executional UnitOfWork "       "Dependencies. It associates executing/executed UnitsOfWork "       "with their parent Units. In most cases, the SubUoW reflects "       "the execution side of the relationship defined in SubUoWDef. "       "However, there may be cases where the SubUoWDef is not "       "defined, but for a particular UnitOfWork, the SubUoW "       "relationship is valid. Therefore, it is not a requirement (but "       "it is desirable) that there be a corresponding SubUoWDef for "       "each instance of SubUoW.")]class CIM_SubUoW : CIM_Dependency {      [Override ( "Antecedent" ), Max ( 1 ), Description (          "The parent executing/executed UnitOfWork. On the execution "          "side, it is expected that a sub-Unit is associated with "          "only one parent UnitOfWork.")]   CIM_UnitOfWork REF Antecedent;      [Override ( "Dependent" ), Description (          "The sub-UnitOfWork. On the execution side, it is expected "          "that a sub-Unit is associated with only one parent "          "UnitOfWork.")]   CIM_UnitOfWork REF Dependent;};

⌨️ 快捷键说明

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