|
|||||||||||
前 次 | フレームあり フレームなし |
org.boxed_economy.besp.model での SimulationStateListener の使用 |
SimulationStateListener 型のパラメータを持つ org.boxed_economy.besp.model のメソッド | |
void |
ModelThread.addSimulationStateListener(SimulationStateListener l)
|
void |
ModelThread.removeSimulationStateListener(SimulationStateListener l)
|
org.boxed_economy.components.consecutiveexecuter での SimulationStateListener の使用 |
SimulationStateListener を実装している org.boxed_economy.components.consecutiveexecuter のクラス | |
class |
ConsecutiveExecuteComponent
|
org.boxed_economy.components.control での SimulationStateListener の使用 |
SimulationStateListener を実装している org.boxed_economy.components.control のクラス | |
class |
ControlManager
制御をつかさどる制御マネージャです |
class |
ControlPanel
ModelThreadの状態をパネルで表現し、またModelThreadを制御するパネルです。 |
org.boxed_economy.components.file での SimulationStateListener の使用 |
SimulationStateListener を実装している org.boxed_economy.components.file のクラス | |
class |
FileManager
ファイル(メニュー)を管理するクラスです |
org.boxed_economy.components.property での SimulationStateListener の使用 |
SimulationStateListener を実装している org.boxed_economy.components.property のクラス | |
class |
PropertyManager
プロパティを管理するクラス |
org.boxed_economy.components.runsetting での SimulationStateListener の使用 |
SimulationStateListener を実装している org.boxed_economy.components.runsetting のクラス | |
class |
RunSettingManager
実行設定を管理するコンテナです 実行設定拡張パネル(制御パネル下) 実行設定ダイアログの管理を行います |
org.boxed_economy.components.worldinitializer での SimulationStateListener の使用 |
SimulationStateListener を実装している org.boxed_economy.components.worldinitializer のクラス | |
class |
WorldInitializerComponent
世界が持つ初期値を設定するプレゼンテーションコンポーネントです このコンポーネントは現在設定されているWorldが持つpropertyのうち 条件を満たすものを設定することができます 1,publicなJavaの命名規則に従ったgetter、setter(*)がWorldに定義されている 2,getterの返り値と、setterの引数の型が同じである 3,getterの返り値と、setterの引数の型がプリミティブ型(**)である また、propertyの名前が"value"であったとき、WorldにgetValueComment()という メソッドが定義されていれば、そのメソッドが返す値をコメントとして読み込むことができます。 |
|
|||||||||||
前 次 | フレームあり フレームなし |