ログインすると広告が減り、学習に集中できます。
広告
検索結果- 英語 - 多言語
検索内容:
class adapter pattern
名詞
(software, object-oriented programming) An adapter pattern where the adapter is created by implementing or inheriting both the interface that is expected and the interface that is pre-existing.
日本語の意味
オブジェクト指向プログラミングにおけるデザインパターンの一つ。既存のクラス(既存のインターフェースを持つ)と、利用側が要求するインターフェースの両方を実装または継承することで、互換性のないインターフェース間の連携を可能にする手法。 / 期待されるインターフェースが定める機能を、既存のクラスの機能を利用して実現するためのパターンで、アダプタクラスが両方のインターフェースを取り扱うことで実現される。
英語の意味
(software, object-oriented programming) An adapter pattern where the adapter is created by implementing or inheriting both the interface that is expected and the interface that is pre-existing.
関連語
class adapter patterns
adaptive-control function
名詞
(systems theory) That part of a control system that dynamically updates the parameters of an optimizing control function or a direct control function
日本語の意味
システム理論における制御システムの一部であり、最適化制御機能または直接制御機能のパラメータを動的に更新する役割を担う機能
英語の意味
(systems theory) That part of a control system that dynamically updates the parameters of an optimizing control function or a direct control function
関連語