(file) Return to CIM_View.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

 1 krisbash 1.1 // Copyright (c) 2010 DMTF.  All rights reserved.
 2                 [Abstract, Version ( "2.26.0" ), 
 3                  UMLPackagePath ( "CIM::Core::CoreElements" ), 
 4                  Description ( 
 5                     "View is an abstract class that provides a common superclass "
 6                     "for classes providing de-normalized, aggregate representations "
 7                     "of managed resources. The definition of each sub-class will "
 8                     "include properties propagated from the the graph of classes "
 9                     "that are used to model the resource in the normalized view. "
10                     "The classes may be resource classes or associations. The "
11                     "definition of how a value is propagated (i.e. source class and "
12                     "value transformations) is required to be specified. \n"
13                     "Sub-classes may be explicitly constrained to be read only. If "
14                     "a sub-class is not constrained as read only, the designers are "
15                     "strongly encouraged to carefully consider the data "
16                     "synchronization and consistencies issues that may result. The "
17                     "ElementView association may be used to find the instances that "
18                     "form the normalized view of the managed resource." )]
19              class CIM_View : CIM_ManagedElement {
20              
21              
22 krisbash 1.1 };

ViewCVS 0.9.2