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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="CIMCoreCR00709.002" type ="change">Update of
 3               // descriptions based on Tech Edit review.</change>
 4               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5               // qualifier values to CIM Schema.</change>
 6               // ==================================================================
 7               //  CIM_DeviceSAPImplementation
 8               // ==================================================================
 9                  [Association, Version ( "2.10.0" ), 
10                   UMLPackagePath ( "CIM::Core::Device" ), 
11                   Description ( 
12                      "An association between a ServiceAccessPoint (SAP) and how it "
13                      "is implemented. The cardinality of this association is "
14                      "many-to-many. A SAP can be provided by more than one "
15                      "LogicalDevice, operating in conjunction. And, any Device can "
16                      "provide more than one ServiceAccessPoint. When many "
17                      "LogicalDevices are associated with a single SAP, it is assumed "
18                      "that these elements operate in conjunction to provide the "
19                      "AccessPoint. If different implementations of a SAP exist, each "
20                      "of these implementations would result in individual "
21                      "instantiations of the ServiceAccessPoint object. These "
22 karl  1.1.2.2        "individual instantiations would then have associations to the "
23                      "unique implementations." )]
24               class CIM_DeviceSAPImplementation : CIM_Dependency {
25               
26                     [Override ( "Antecedent" ), 
27                      Description ( "The LogicalDevice." )]
28                  CIM_LogicalDevice REF Antecedent;
29               
30                     [Override ( "Dependent" ), 
31                      Description ( 
32                         "The ServiceAccessPoint implemented using the LogicalDevice."
33                          )]
34                  CIM_ServiceAccessPoint REF Dependent;
35               
36               
37               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2