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

Diff for /pegasus/Schemas/CIM231/DMTF/Support/PRS_ProductParentChild.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:50:30 version 1.1.2.2, 2012/02/15 17:46:48
Line 0 
Line 1 
   // Copyright (c) 2005 DMTF.  All rights reserved.
   // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
   // qualifier values to CIM Schema.</change>
   // ==================================================================
   //  PRS_ProductParentChild
   // ==================================================================
      [Association, Aggregation, Version ( "2.6.0" ),
       UMLPackagePath ( "PRS::Support" ),
       Description (
          "Products may exist in a hierarchy of relationships with "
          "related Products. If a Producer deems these hierarchy "
          "relationships are relevant to the current Problem or "
          "Resolution, then the position of the Product in a hierarchy "
          "can be implied using one of two types of relationships: \'is "
          "a\' and \'has a\'. An \'is a\' relationship implies a "
          "classification, such as versioning or typing. A \'has a\' "
          "relationship implies that one product contains another. The "
          "PRS_ProductParentChild association is used to imply an \'is a\' "
          "hierarchy. Use the ProductComponent association to imply \'has "
          "a\' relationships." )]
   class PRS_ProductParentChild : CIM_Dependency {
   
         [Aggregate, Override ( "Antecedent" ),
          Description ( "The parent PRS_Product." )]
      PRS_Product REF Antecedent;
   
         [Override ( "Dependent" ),
          Description ( "The child PRS_Product." )]
      PRS_Product REF Dependent;
   
   
   };


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2