(file) Return to cimobjects.dxx CVS log (file) (dir) Up to [Pegasus] / pegasus / doc / DevManual

Diff for /pegasus/doc/DevManual/cimobjects.dxx between version 1.1 and 1.2

version 1.1, 2001/02/02 18:48:20 version 1.2, 2001/02/05 14:14:00
Line 1 
Line 1 
 /* /*
     $Log$     $Log$
       Revision 1.2  2001/02/05 14:14:00  karl
       doc++ extension for respository
   
     Revision 1.1  2001/02/02 18:48:20  karl     Revision 1.1  2001/02/02 18:48:20  karl
     Doc++ expansion     Doc++ expansion
  
Line 15 
Line 18 
 <LI>Properties <LI>Properties
 <LI>Methods <LI>Methods
 <LI>Arrays <LI>Arrays
 <LI>etc.  
 </UL> </UL>
 Pegasus implements representations of these objects in C++ classes and Pegasus implements representations of these objects in C++ classes and
 provides methods for creation, manipulation, and deletion of the objects. provides methods for creation, manipulation, and deletion of the objects.
  
 In addition, Pegasus implements a number of the key concepts built into CIM as objects including: In addition, Pegasus implements a number of the key concepts built into CIM as objects including:
   
 <UL> <UL>
 <LI> Scope <LI> Scope
 <LI> Flavor <LI> Flavor
 <LIetc.  <LI>Object Path
   <LI>etc.
 </UL> </UL>
   There is a class for every major CIM object as shown in the following table:
  
   <table border cellspacing=4 cellpadding=5>
 There is a class for every major CIM object as follows:  <tr>
   <th colspan=4 align=center>CIM Objects anc Concepts and their Pegasus Implementation</th>
 CIM Classes - ClassDecl  </tr>
 CIM Instances - InstanceDecl  
 CIM Qualifiers - Qualifier  <tr>
 CIM Properties - Property  <th>CIM Concept / Object</th>
 CIM Methods - Method  <th>Pegasus Class</th>
 CIM Scope - Scope  <th>Reference
 CIM Flavor - Flavor  <th>Description</th>
 CIM Qualifier Type - Qualifier types  </tr>
 CIM Arrays Array  <tr>
       <td>CIM Classes</td>
       <td>classDecl</td>
       <td>\Ref{CLASSDECL}</td>
   <td>A CIM Class is a collection of instances, all of which support a common type; that is, a set of properties and methods. The common properties and methods are defined as features of the class</td>
   
   </tr>
   
   <tr>
       <td>CIM Instance</td>
       <td>InstanceDecl</td>
       <td></td>    <td></td>
   </tr>
   <tr>
       <td>CIM DateTime</td>
       <td>DateTime</td>
       <td></td>    <td></td>
   </tr>
   
   <tr>
       <td>CIM Qualifier Declaration</td>
       <td>?????</td>
       <td></td>    <td></td>
   </tr>
   
   <tr>
       <td>CIM Qualifier</td>
       <td>InstanceDecl</td>
       <td></td>    <td></td>
   </tr>
   
   <tr>
       <td>CIM Property</td>
       <td>Property</td>
       <td>\Ref{PROPERTY}</td>
       <td>A value used to characterize an instance of a class.</td>
   </tr>
   
   <tr>
       <td>CIM Object Path</td>
       <td>Reference</td>
       <td></td>    <td></td>
   </tr>
   
   <tr>
       <td>CIM Method</td>
       <td>method</td>
       <td></td>    <td></td>
   </tr>
   
   <tr>
       <td>CIM Scope</td>
       <td>scope</td>
       <td></td>    <td></td>
   </tr>
   
   <tr>
       <td>CIM flavor</td>
       <td>flavor</td>
       <td>\Ref{FLAVOR}</td>
       <td>Part of a qualifier spcification indicating overriding and inheritance rules.</td>
   </tr>
   
   <tr>
       <td>CIM ????</td>
       <td>Qualifier Type</td>
       <td></td>    <td></td>
       </tr>
   
   <tr>
       <td>CIM Array</td>
       <td>Array</td>
       <td></td>    <td></td>
       </tr>
   </table>
  
 */ */


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2