検索結果- 英語 - 多言語
検索内容:
pattern theory
A mathematical formalism for describing knowledge of the world in terms of patterns that can be studied using statistical methods.
thread pool patterns
thread pool pattern
(computing) A concurrency design pattern, where a number of threads are created to perform a number of tasks that are usually organized in a queue.
factory method pattern
(software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class.
abstract factory pattern
(software, object-oriented programming) A creational design pattern that decouples the object creation by providing a group of individual factories by defining an abstract factory class.
Null Object pattern
(architecture, computing, design) A behavioural design pattern that describes the uses of null objects and their behavior (or the lack of them).
abstract factory patterns
factory method patterns
object adapter patterns
object adapter pattern
(software, object-oriented programming) An adapter pattern where the adapter contains an instance of the class it wraps.