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

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2