Class: WMI::CIM_SoftwareFeatureServiceImplementation

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

Overview

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

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_SoftwareFeatureServiceImplementation.rb', line 7

def Antecedent
  @Antecedent
end

- (ref:CIM_Service) Dependent (readonly)

依存サービスです。

Returns:

  • (ref:CIM_Service)

    Dependent



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

def Dependent
  @Dependent
end