まさるblog

越後在住子持ちプログラマー奮闘記 - Author:まさる(高野 将、TAKANO Sho)

目次

Blog 利用状況

ニュース

著書

2010/7発売


Web掲載記事

@IT

.NET開発を始めるVB6プログラマーが知るべき9のこと

CodeZine

実例で学ぶASP.NET Webフォーム業務アプリケーション開発のポイント

第1回 3層データバインドを正しく活用しよう(前編)

ブログパーツ


書庫

日記カテゴリ

コミュニティ

デザインパターンを学ぶ~その25:Adapterパターン(2)~

前回に引き続き「Adapterパターン」です。

 

前回は「継承型」のAdapterパターンを紹介しました。今回は「委譲型」のAdapterパターンを紹介します。

 

まずはおさらいとして、Adapterで適合させたいインターフェイス、クラスを見てみましょう。

// しゃべれるインターフェース
interface ISpeakable
{
  void Speak();
}

// 人間クラス
class Human : ISpeakable
{
  // しゃべる
  public void Speak()
  {
    Console.WriteLine("こんにちは");
  }
}

// アヒルクラス
class Duck
{
  // 鳴く
  public void Quack()
  {
    Console.WriteLine("クワックワッ");
  }
}

今回の目的はDuckクラスをISpeakableインターフェイスを使って呼び出すようにすることです。

そのためには、ISpeakableインターフェイスを実装したクラスの内部にDuckクラスのオブジェクトを持たせ、SpeakメソッドではそのオブジェクトのQuackメソッドを呼び出す(委譲)ようにします。

それでは、委譲型のAdapterの例を以下に示します。

// 委譲Adapter
class DelegateSpeakAdapter : ISpeakable
{
	// 内部にアヒル型を持つ
	private Duck duck = new Duck();

	// しゃべる
	public void Speak()
	{
		// 内部に持ったアヒルを鳴かせる <- ここのところが委譲
		this.duck.Quack();
	}
}

実行結果は以下の通りです。

image

 

さて、インターフェイスを実装するクラス内にオブジェクトを含有する構造はDecoratorパターンに似ています。しかし、Decoratorパターンがクラスの「装飾」を目的としていたのに対し、Adapterパターンは既存のクラスにインターフェイスを「適合」させることが目的です。

したがって、パターンを適用する場合は明確に使い分けるように注意しなければなりません。

 

以上でAdapterパターンは終わりです。

次回はAdapterパターンと目的が似ているFacadeパターンを取り上げるつもりです。

投稿日時 : 2010年3月10日 23:52

Feedback

# モンクレール ダウン店舗 2012/11/08 3:48 http://moncler.katsu-ie.com/

こんにちは、またブログ覗かせていただきました。また、遊びに来ま~す。よろしくお願いします

# Quality articles is the key to be a focus for the users to pay a quick visit the website, that's what this site is providing. 2018/10/05 15:13 Quality articles is the key to be a focus for the

Quality articles is the key to be a focus for
the users to pay a quick visit the website, that's what
this site is providing.

# Sweet blog! I found it while browsing on Yahoo News. Do you have any suggestions on how to get listed in Yahoo News? I've been trying for a while but I never seem to get there! Appreciate it 2018/10/08 7:59 Sweet blog! I found it while browsing on Yahoo New

Sweet blog! I found it while browsing on Yahoo News. Do you have any suggestions on how to
get listed in Yahoo News? I've been trying for a while but I never seem
to get there! Appreciate it

# Wonderful article! This is the kind of info that are supposed to be shared around the internet. Disgrace on the search engines for not positioning this submit upper! Come on over and discuss with my web site . Thanks =) 2018/10/11 20:49 Wonderful article! This is the kind of info that a

Wonderful article! This is the kind of info that are supposed
to be shared around the internet. Disgrace on the search engines for not positioning this submit
upper! Come on over and discuss with my web site . Thanks =)

# It is not my first time to visit this web site, i am visiting this website dailly and get fastidious data from here everyday. 2018/11/03 1:56 It is not my first time to visit this web site, i

It is not my first time to visit this web site, i am visiting this website
dailly and get fastidious data from here everyday.

# Thanks for the auspicious writeup. It actually used to be a enjoyment account it. Glance complex to far delivered agreeable from you! By the way, how can we communicate? 2018/11/11 2:50 Thanks for the auspicious writeup. It actually use

Thanks for the auspicious writeup. It actually used to be a enjoyment account it.

Glance complex to far delivered agreeable from you!
By the way, how can we communicate?

# I loved as much as you'll receive carried out right here. The sketch is tasteful, your authored subject matter stylish. nonetheless, you command get got an shakiness over that you wish be delivering the following. unwell unquestionably come further forme 2018/11/13 15:49 I loved as much as you'll receive carried out righ

I loved as much as you'll receive carried out right here. The sketch is tasteful, your authored subject matter stylish.

nonetheless, you command get got an shakiness over that you wish be delivering the following.
unwell unquestionably come further formerly again as
exactly the same nearly very often inside case you shield this increase.

# Good way of describing, and good piece of writing to get data on the topic of my presentation subject matter, which i am going to present in university. 2021/08/28 18:59 Good way of describing, and good piece of writing

Good way of describing, and good piece of writing to get data on the topic of my presentation subject matter,
which i am going to present in university.

# Hi, the whole thing is going fine here and ofcourse every one is sharing information, that's really fine, keep up writing. 2021/09/02 6:49 Hi, the whole thing is going fine here and ofcours

Hi, the whole thing is going fine here and ofcourse every one is sharing information,
that's really fine, keep up writing.

# Hi, the whole thing is going fine here and ofcourse every one is sharing information, that's really fine, keep up writing. 2021/09/02 6:50 Hi, the whole thing is going fine here and ofcours

Hi, the whole thing is going fine here and ofcourse every one is sharing information,
that's really fine, keep up writing.

# Hi, the whole thing is going fine here and ofcourse every one is sharing information, that's really fine, keep up writing. 2021/09/02 6:51 Hi, the whole thing is going fine here and ofcours

Hi, the whole thing is going fine here and ofcourse every one is sharing information,
that's really fine, keep up writing.

# Hi, the whole thing is going fine here and ofcourse every one is sharing information, that's really fine, keep up writing. 2021/09/02 6:52 Hi, the whole thing is going fine here and ofcours

Hi, the whole thing is going fine here and ofcourse every one is sharing information,
that's really fine, keep up writing.

# Heya i'm for the primary time here. I found this board and I in finding It truly useful & it helped me out a lot. I'm hoping to present one thing again and aid others like you helped me. 2021/09/03 11:03 Heya i'm for the primary time here. I found this b

Heya i'm for the primary time here. I found this board and I in finding It truly useful & it helped me
out a lot. I'm hoping to present one thing again and aid others like you helped me.

# This is my first time pay a visit at here and i am really pleassant to read everthing at one place. 2021/09/04 16:10 This is my first time pay a visit at here and i am

This is my first time pay a visit at here and i am really pleassant to read everthing at one place.

# This is my first time pay a visit at here and i am really pleassant to read everthing at one place. 2021/09/04 16:11 This is my first time pay a visit at here and i am

This is my first time pay a visit at here and i am really pleassant to read everthing at one place.

# This is my first time pay a visit at here and i am really pleassant to read everthing at one place. 2021/09/04 16:12 This is my first time pay a visit at here and i am

This is my first time pay a visit at here and i am really pleassant to read everthing at one place.

# This is my first time pay a visit at here and i am really pleassant to read everthing at one place. 2021/09/04 16:13 This is my first time pay a visit at here and i am

This is my first time pay a visit at here and i am really pleassant to read everthing at one place.

# Spot on with this write-up, I honestly believe that this site needs far more attention. I'll probably be returning to read more, thanks for the advice! ps4 games https://j.mp/3nkdKIi ps4 games 2021/09/13 20:32 Spot on with this write-up, I honestly believe tha

Spot on with this write-up, I honestly believe that this site needs far more attention. I'll probably be returning to read more, thanks for the advice!
ps4 games https://j.mp/3nkdKIi ps4 games

# Spot on with this write-up, I honestly believe that this site needs far more attention. I'll probably be returning to read more, thanks for the advice! ps4 games https://j.mp/3nkdKIi ps4 games 2021/09/13 20:33 Spot on with this write-up, I honestly believe tha

Spot on with this write-up, I honestly believe that this site needs far more attention. I'll probably be returning to read more, thanks for the advice!
ps4 games https://j.mp/3nkdKIi ps4 games

# Spot on with this write-up, I honestly believe that this site needs far more attention. I'll probably be returning to read more, thanks for the advice! ps4 games https://j.mp/3nkdKIi ps4 games 2021/09/13 20:34 Spot on with this write-up, I honestly believe tha

Spot on with this write-up, I honestly believe that this site needs far more attention. I'll probably be returning to read more, thanks for the advice!
ps4 games https://j.mp/3nkdKIi ps4 games

# Spot on with this write-up, I honestly believe that this site needs far more attention. I'll probably be returning to read more, thanks for the advice! ps4 games https://j.mp/3nkdKIi ps4 games 2021/09/13 20:35 Spot on with this write-up, I honestly believe tha

Spot on with this write-up, I honestly believe that this site needs far more attention. I'll probably be returning to read more, thanks for the advice!
ps4 games https://j.mp/3nkdKIi ps4 games

# doxycycline hydrochloride 100mg https://doxycyline1st.com/
doxycycline 50mg 2022/02/26 9:43 Jusidkid

doxycycline hydrochloride 100mg https://doxycyline1st.com/
doxycycline 50mg

# order clomid https://clomiden.fun/ 2022/04/12 12:58 Clomids

order clomid https://clomiden.fun/

# can you buy prednisone over the counter in usa https://prednisoneus.shop/ 2022/04/16 22:52 Prednisone

can you buy prednisone over the counter in usa https://prednisoneus.shop/

# ivermectin dosage dog https://stromectolbestprice.com/ 2022/07/30 0:33 BestPrice

ivermectin dosage dog https://stromectolbestprice.com/

# prednisone 25mg from canada https://deltasone.icu/
50 mg prednisone tablet 2022/08/22 9:44 Prednisone

prednisone 25mg from canada https://deltasone.icu/
50 mg prednisone tablet

# metformin hcl 500 https://glucophage.top/
can you buy metformin over the counter in canada 2022/08/23 7:54 Niujsdkj

metformin hcl 500 https://glucophage.top/
can you buy metformin over the counter in canada

# antibiotic without presription https://antibiotic.best/ 2022/10/08 3:48 Antibiotic

antibiotic without presription https://antibiotic.best/

# doxycycline hyclate https://buydoxycycline.icu/ 2022/10/08 11:56 Doxycycline

doxycycline hyclate https://buydoxycycline.icu/

#  https://clomidforsale.site/ 2022/11/13 14:25 ForSale

https://clomidforsale.site/

# prednisone 54 https://prednisonepills.site/
prednisone for dogs 2022/11/30 0:55 Prednisone

prednisone 54 https://prednisonepills.site/
prednisone for dogs

# cheapest ed pills online https://cheapestedpills.com/
erectile dysfunction drug 2022/12/10 16:30 CheapPills

cheapest ed pills online https://cheapestedpills.com/
erectile dysfunction drug

# Get warning information here. Long-Term Effects.
https://edonlinefast.com
Learn about the side effects, dosages, and interactions. Cautions. 2023/02/17 7:24 EdPills

Get warning information here. Long-Term Effects.
https://edonlinefast.com
Learn about the side effects, dosages, and interactions. Cautions.

# Learn about the side effects, dosages, and interactions. Read information now.
https://edonlinefast.com
Generic Name. Read information now. 2023/02/18 15:44 EdOnline

Learn about the side effects, dosages, and interactions. Read information now.
https://edonlinefast.com
Generic Name. Read information now.

# buy doxycycline cheap - https://doxycyclinesale.pro/# 2023/04/21 17:37 Doxycycline

buy doxycycline cheap - https://doxycyclinesale.pro/#

# by prednisone w not prescription - https://prednisonesale.pro/# 2023/04/22 4:55 Prednisone

by prednisone w not prescription - https://prednisonesale.pro/#

# cytotec pills buy online - https://cytotecsale.pro/# 2023/04/29 5:08 Cytotec

cytotec pills buy online - https://cytotecsale.pro/#

# walgreens sleep aids over the counter https://overthecounter.pro/# 2023/05/08 23:14 OtcJikoliuj

walgreens sleep aids over the counter https://overthecounter.pro/#

# canada drug store https://pillswithoutprescription.pro/# 2023/05/15 4:01 PillsPresc

canada drug store https://pillswithoutprescription.pro/#

# ed pills online: https://edpills.pro/# 2023/05/15 15:40 EdPillsPro

ed pills online: https://edpills.pro/#

# ï»¿paxlovid https://paxlovid.life/# paxlovid for sale 2023/07/25 20:46 Paxlovid

paxlovid https://paxlovid.life/# paxlovid for sale

# best erection pills https://edpills.ink/# - best ed pills online 2023/07/27 1:16 EdPills

best erection pills https://edpills.ink/# - best ed pills online

# where can i get doxycycline https://doxycycline.forum/ doxycycline monohydrate 2023/11/25 13:34 Doxycycline

where can i get doxycycline https://doxycycline.forum/ doxycycline monohydrate

# farmacia online miglior prezzo https://farmaciait.pro/ farmacia online più conveniente 2023/12/04 10:26 Farmacia

farmacia online miglior prezzo https://farmaciait.pro/ farmacia online più conveniente

タイトル
名前
Url
コメント