Class: WMI::CIM_SoftwareFeatureSAPImplementation

Inherits:
Base
  • Object
show all
Defined in:
lib/CIM_SoftwareFeatureSAPImplementation.rb

Overview

サービス アクセス ポイントとそれがソフトウェアに実装される方法の関連付けです。この関連付けの基数は、多対多です。SAP は関連する操作でソフトウェア機能によって提供されます。ソフトウェア機能により、複数のサービス アクセス ポイントが提供されます。ソフトウェア機能の多くが単一の SAP に関連しているとき、これらの要素がアクセス ポイントの提供に関連して操作されることが予想されます。 SAP の異なる実装がある場合、これらの各実装はサービス アクセス ポイント オブジェクトの個々のインスタンス化になります。これらの各インスタンス化には、一意な実装への関連付けがあります。

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base

#AddRef, #AssociatorsAsync_, #Associators_, #Clone_, #CompareTo_, #DeleteAsync_, #Delete_, #Derivation_, #ExecMethodAsync_, #ExecMethod_, #GetIDsOfNames, #GetObjectText_, #GetText_, #GetTypeInfo, #GetTypeInfoCount, #InstancesAsync_, #Instances_, #Invoke, #Methods_, #Path_, #Properties_, #PutAsync_, #Put_, #Qualifiers_, #QueryInterface, #ReferencesAsync_, #References_, #Refresh_, #Release, #Security_, #SetFromText_, #SpawnDerivedClass_, #SpawnInstance_, #SubclassesAsync_, #Subclasses_, #SystemProperties_

Instance Attribute Details

- (ref:CIM_SoftwareFeature) Antecedent (readonly)

前提ソフトウェアの機能です。

Returns:

  • (ref:CIM_SoftwareFeature)

    Antecedent



7
8
9
# File 'lib/CIM_SoftwareFeatureSAPImplementation.rb', line 7

def Antecedent
  @Antecedent
end

- (ref:CIM_ServiceAccessPoint) Dependent (readonly)

依存サービスのアクセス ポイントです。

Returns:

  • (ref:CIM_ServiceAccessPoint)

    Dependent



12
13
14
# File 'lib/CIM_SoftwareFeatureSAPImplementation.rb', line 12

def Dependent
  @Dependent
end