|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.boxed_economy.besp.container.command.Command
BESPにおいて、containerを制御するためのコマンドのスーパークラスです。
| コンストラクタの概要 | |
Command(BESPContainer container)
コンストラクタです。 |
|
| メソッドの概要 | |
void |
execute()
コマンドを実行します |
protected BESPContainer |
getContainer()
|
protected ModelContainer |
getModelContainer()
コンテナ関連 |
protected PresentationContainer |
getPresentationContainer()
|
protected abstract void |
run()
サブクラスがCommandのアルゴリズムを記述するために、 オーバーライドするメソッドです。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public Command(BESPContainer container)
| メソッドの詳細 |
protected final ModelContainer getModelContainer()
protected final PresentationContainer getPresentationContainer()
protected final BESPContainer getContainer()
public final void execute()
throws java.lang.Exception
java.lang.Exception
protected abstract void run()
throws java.lang.Exception
java.lang.Exception
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||