(file) Return to CIM_ApplicationSystemHierarchy.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Application

 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           //  CIM_ApplicationSystemHierarchy 
 6           // ==================================================================
 7              [Association, Aggregation, Version ( "2.8.0" ), 
 8               UMLPackagePath ( "CIM::Application::AppRuntime" ), 
 9               Description ( 
10                  "Application systems may have arbitrarily complex structures. "
11                  "It may be necessary to build application system hierarchies "
12                  "including the two-step hierarchy of distributed and local "
13                  "systems. ApplicationSystemHierarchy allows building "
14                  "containment trees (only one parent at a time). It should not "
15                  "be used to express use-relationships; use "
16                  "CIM_ApplicationSystemDependency instead." )]
17           class CIM_ApplicationSystemHierarchy : CIM_Component {
18           
19                 [Aggregate, Override ( "GroupComponent" ), 
20                  Max ( 1 ), 
21                  Description ( 
22 marek 1.1           "The parent ApplicationSystem in the association." )]
23              CIM_ApplicationSystem REF GroupComponent;
24           
25                 [Override ( "PartComponent" ), 
26                  Description ( 
27                     "The child ApplicationSystem in the association." )]
28              CIM_ApplicationSystem REF PartComponent;
29           
30           
31           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2