cim_applicationsystemdependency.mof

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

MOF
29
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_ApplicationSystemDependency// ==================================================================   [Association, UMLPackagePath ( "CIM::Application::AppRuntime" ),    Version ( "2.8.0" ), Description (       "This dependency expresses use-relationships or other logical "       "interactions between application systems. At the business "       "level, the relationship could be due to a distributed business "       "process. Viewed from the technical level, the relationship is "       "to be interpreted as communication between application "       "systems. ApplicationSystemDependency primarily expresses "       "'horizontal' relationships, i.e., relationships between "       "distributed or local application systems.")]class CIM_ApplicationSystemDependency : CIM_Dependency {      [Override ( "Antecedent" ), Description (          "Antecedent represents the independent application system in "          "this association.")]   CIM_ApplicationSystem REF Antecedent;      [Override ( "Dependent" ), Description (          "Dependent represents the application system dependent on "          "the Antecedent.")]   CIM_ApplicationSystem REF Dependent;};

⌨️ 快捷键说明

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