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

 1 s.manicka 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               //  PRS_ExpressionLink
 6               // ==================================================================
 7                  [Association, UMLPackagePath ( "PRS::Support" ), Aggregation,
 8                   Version ( "2.8.0" ), Description (
 9                      "Associates a PRS_Expression with PRS_ExpressionElements such "
10                      "as PRS_Expression, PRS_Product, and PRS_Statement.")]
11               class PRS_ExpressionLink : CIM_HostedDependency {
12               
13                     [Aggregate, Override ( "Antecedent" ), Min ( 1 ), Description (
14                         "The parent PRS_Expression.")]
15                  PRS_Expression REF Antecedent;
16               
17                     [Override ( "Dependent" ), Min ( 1 ), Description (
18                         "The child PRS_ExpressionElement, either a PRS_Expression, "
19                         "PRS_Product or PRS_Statement.")]
20                  PRS_ExpressionElement REF Dependent;
21               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2