クラス
org.boxed_economy.besp.model.fmfw.AgentType の使用

AgentType を使用しているパッケージ
org.boxed_economy.besp.model   
org.boxed_economy.besp.model.fmfw   
 

org.boxed_economy.besp.model での AgentType の使用
 

AgentType を返す org.boxed_economy.besp.model のメソッド
 AgentType ModelContainer.getAgentType(java.lang.String key)
          キーに該当するAgentTypeを取得します。
 AgentType ModelContainer.installAgentType(java.lang.String name)
          AgentTypeを生成して返します。
 AgentType ModelContainer.installAgentType(java.lang.String name, int priority)
          AgentTypeを生成して返します。
 

AgentType 型のパラメータを持つ org.boxed_economy.besp.model のメソッド
 int PriorityManager.getPriority(AgentType agentType)
          引数のAgentTypeに対応するPriorityを返します。
 void PriorityManager.setPriority(AgentType agentType, int priorityValue)
          Priorityを追加設定します。
 void Priority.addAgentType(AgentType agentType)
          agentType関連
 void Priority.removeAgentType(AgentType agentType)
           
 int ModelContainer.getPriority(AgentType agentType)
          引数のAgentTypeに対応するPriorityを返します。
 void ModelContainer.setPriority(AgentType agentType, int priority)
          Priorityを追加設定します。
 

org.boxed_economy.besp.model.fmfw での AgentType の使用
 

AgentType として宣言されている org.boxed_economy.besp.model.fmfw のフィールド
static AgentType FMFWConstants.AGENTTYPE_DEFAULT
           
static AgentType AgentType.NULL
           
 

AgentType を返す org.boxed_economy.besp.model.fmfw のメソッド
 AgentType World.getAgentType(java.lang.String key)
          キーに該当するAgentTypeを取得します。
 AgentType World.installAgentType(java.lang.String name)
          AgentTypeを生成して返します。
 AgentType World.installAgentType(java.lang.String name, int priority)
          AgentTypeを生成して返します。
 AgentType TypeManager.getAgentType(java.lang.String key)
          キーに該当するAgentTypeを取得します。
 AgentType TypeManager.installAgentType(java.lang.String name)
          AgentTypeを作成して返します。
 AgentType Agent.getType()
          AgentTypeを取得します.
 

AgentType 型のパラメータを持つ org.boxed_economy.besp.model.fmfw のメソッド
 Agent World.getAgent(AgentType type)
          引数のTypeのAgentを返します。
 java.util.Collection World.getAgents(AgentType type)
          引数のTypeのAgentのCollectionを返します。
 java.util.Collection World.getAgentsRecursively(AgentType type)
          引数のType及びその子TypeのAgentのCollectionを返します。
 Agent World.createAgent(AgentType type)
          エージェントを生成します。
 int World.getPriority(AgentType agentType)
          引数のAgentTypeに対応するPriorityを返します。
 void World.setPriority(AgentType agentType, int priority)
          Priorityを追加設定します。
 Agent AgentManager.getAgent(AgentType type)
          引数のTypeのAgentを返します。
 java.util.Collection AgentManager.getAgents(AgentType type)
          引数のTypeのAgentのリストを返します。
 java.util.List AgentManager.getAgentsRecursively(AgentType type)
          引数のType及びその子TypeのAgentのリストを返します。
 

AgentType 型のパラメータを持つ org.boxed_economy.besp.model.fmfw のコンストラクタ
Agent(AgentType type)
          Agentを生成するコンストラクタです。