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

 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               //  CIM_ActionSequence 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Application::CheckAction" ), 
 9                   Description ( 
10                      "The CIM_ActionSequence association defines a series of "
11                      "operations that either transition a SoftwareElement, "
12                      "referenced by the CIM_SoftwareElementActions association, to "
13                      "the next state or removes the element from its current state. "
14                      "The Action classes participating in this association must have "
15                      "the same value for the Action.Direction property - since they "
16                      "are either part of a sequence to transition a SoftwareElement "
17                      "into its next state or to uninstall it. The next-state and "
18                      "uninstall Actions associated with a particular SoftwareElement "
19                      "must be a continuous sequence. \n"
20                      "ActionSequence is an association that loops on the Action "
21                      "classes with roles for the \'prior\' and \'next\' Actions in "
22 karl  1.1.2.2        "the sequence. The need for a continuous sequence imples: "
23                      "(1)Within the set of next-state or uninstall Actions, there is "
24                      "one and only one Action that does not have an instance of "
25                      "ActionSequence referencing it in the \'next\' role. This is "
26                      "the first Action in the sequence. (2) Within the set of "
27                      "next-state or uninstall Actions, there is one and only one "
28                      "Action that does not have an instance of ActionSequence "
29                      "referencing it in the \'prior\' role. This is the last Action "
30                      "in the sequence. (3) All other Actions within the set of "
31                      "next-state and uninstall Actions must participate in two "
32                      "instances of ActionSequence, one in a \'prior\' role and the "
33                      "other in the \'next\' role." )]
34               class CIM_ActionSequence {
35               
36                     [Key, Max ( 1 ), 
37                      Description ( "The next Action in the sequence." )]
38                  CIM_Action REF Next;
39               
40                     [Key, Max ( 1 ), 
41                      Description ( "The previous Action in the sequence." )]
42                  CIM_Action REF Prior;
43 karl  1.1.2.2 
44               
45               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2