org.boxed_economy.besp.model
クラス Priority

java.lang.Object
  拡張org.boxed_economy.besp.model.Priority
すべての実装インタフェース:
java.lang.Comparable

public class Priority
extends java.lang.Object
implements java.lang.Comparable

エージェントへのTimeEvent発信順番のプライオリティーです。

バージョン:
$Id: Priority.java,v 1.1 2004/03/21 12:07:49 macchan Exp $
作成者:
macchan

コンストラクタの概要
Priority(int value)
          コンストラクタ
 
メソッドの概要
 void addAgentType(AgentType agentType)
          agentType関連
 int compareTo(java.lang.Object o)
          comparable
 java.util.List getAgentTypes()
           
 int getValue()
          value関連
 void removeAgentType(AgentType agentType)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Priority

public Priority(int value)
コンストラクタ

メソッドの詳細

getValue

public int getValue()
value関連


addAgentType

public void addAgentType(AgentType agentType)
agentType関連


removeAgentType

public void removeAgentType(AgentType agentType)

getAgentTypes

public java.util.List getAgentTypes()

compareTo

public int compareTo(java.lang.Object o)
comparable

定義:
インタフェース java.lang.Comparable 内の compareTo