|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.boxed_economy.besp.model.PriorityManager
Worldから委譲されて、Priorityを管理するクラスです。
| コンストラクタの概要 | |
PriorityManager()
|
|
| メソッドの概要 | |
java.util.List |
getOrderdPriorities()
降順に整列されたプライオリティーのリストを返します |
int |
getPriority(AgentType agentType)
引数のAgentTypeに対応するPriorityを返します。 |
void |
setPriority(AgentType agentType,
int priorityValue)
Priorityを追加設定します。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public PriorityManager()
| メソッドの詳細 |
public int getPriority(AgentType agentType)
agentType - 取得したいPriorityのType
public void setPriority(AgentType agentType,
int priorityValue)
priorityValue - 追加するPriorityagentType - 関連付けるTypepublic java.util.List getOrderdPriorities()
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||