FACTORY METHOD Meaning in Japanese - translations and usage examples

['fæktəri 'meθəd]
['fæktəri 'meθəd]
factory method
ファクトリメソッド

Examples of using Factory method in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The factory method.
デザインパターン】FactoryMethod
Signing up with the KiiUser factory method.
KiiUserのファクトリメソッドによる作成。
List factory method.
デザインパターン】FactoryMethod
All collections in Scala comes with a factory method.
全てのScalaコレクションにファクトリメソッドがある
What is Factory Method pattern?
FactoryMethodパターンですかね。
Factory Pattern. When to use factory methods?
工場パターン。ファクトリメソッドを使用する場合。
Call a public factory method of a subclass of the Fragment class.
呼び出し元から、Fragmentのサブクラスが公開しているファクトリメソッドを呼び出します。
What is the essential reason to use a Factory Method?
FactoryMethodパターンを使用する本質的な理由とは何でしょうか?
What is the factory method pattern?
FactoryMethodパターンですかね。
The Abstract FactoryPattern is a higher level of abstraction than the factory method.
AbstractFactoryパターンの方がFactoryMethodパターンよりも「大きい」。
The Zend_Cache factory method.
Zend_Cacheファクトリメソッド
The factory method newInstance() creates a fragment instance.
ここでは、ファクトリメソッドnewInstance()を使ってフラグメントのインスタンスを生成します。
What are static factory methods?
静的ファクトリメソッドとは何ですか?
Returns a reference to a defaultdict thatwill create a string object with its default_factory method.
Default_factoryメソッドで文字列オブジェクトを作成するdefaultdictへの参照を返します。
When using a service class factory method to create a query.
サービスクラスのファクトリメソッドでクエリを作成する際は、。
It is configured with the class name(or name pattern) and optional entry points e.g. init,destroy, and factory methods.
これは、クラス名(または名前のパターン)と任意のエントリポイント(たとえば、init、destroy、およびfactoryメソッド)で構成されています。
These options are passed to the factory method as demonstrated in previous examples.
これらのオプションを、先の例で示したようにファクトリメソッドに渡します。
The ItemEditDialogFragment class creates an instance as below with the factory method newInstance().
ファクトリメソッドnewInstance()があるItemEditDialogFragmentでは、以下のようにインスタンスを生成しています。
Get the request code set with the factory method by using the getTargetRequestCode() method..
ファクトリメソッドで設定したリクエストコードをgetTargetRequestCode()で取得します。
In other words,the abstract factory creates a package of multiple products, whereas the factory method creates one product.
AbstractFactoryパターンでは、Productが複数種類登場するが、FactoryMethodパターンでは、Productは一種類。
The client, instead of writing code that invokes the"new" operator on a hard-coded class name, calls the clone() method on the prototype,calls a factory method with a parameter designating the particular concrete derived class desired, or invokes the clone() method through some mechanism provided by another design pattern.
クライアントは、ハードコードされたクラス名において"new"演算子を呼び出すコードを書く代わりに、プロトタイプにおいてclone()メソッドを呼び出すか、所望の特定の具体的(concrete)な派生クラスを指し示すパラメタを渡してファクトリメソッドを呼び出すか、clone()メソッドを他のデザインパターンにより供給される何らかの機構を通じて呼び出すかする。
Dependency injection is a pattern where the container passes objects by name to other objects, via either constructors,properties, or factory methods.
依存性の注入」とは、コンテナがコンストラクタまたはプロパティまたはFactoryメソッドを使って、他のオブジェクトに名前でオブジェクトを渡すパターンである。
Introduces C 3.0 Design Patterns and provides links to the following chapters: Structural Patterns: Adapter and Façade and Creational Patterns:Prototype, Factory Method, and Singleton.
C3.0DesignPatterns(C3.0のデザインパターン)』を紹介し、「StructuralPatterns:AdapterandFaçade」、「CreationalPatterns:Prototype,FactoryMethod,andSingleton」の各章へのリンクを示します。
Results: 23, Time: 0.0305

Word-for-word translation

Top dictionary queries

English - Japanese