org.boxed_economy.besp.model.fmfw
クラス FMFWConstants

java.lang.Object
  拡張org.boxed_economy.besp.model.fmfw.FMFWConstants

public class FMFWConstants
extends java.lang.Object

Defaultの定数クラスです

バージョン:
$Id: FMFWConstants.java,v 1.2 2004/03/21 20:07:07 macchan Exp $
作成者:
macchan

フィールドの概要
static AgentType AGENTTYPE_DEFAULT
           
static GoodsType GOODSTYPE_DEFAULT
           
static java.lang.String RANDOM_DEFAULT
           
static java.lang.String RANDOM_TIMEEVENT
           
static RelationType RELATIONTYPE_DEFAULT
           
 
コンストラクタの概要
FMFWConstants()
           
 
メソッドの概要
static void initialize(ModelContainer container)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

AGENTTYPE_DEFAULT

public static AgentType AGENTTYPE_DEFAULT

GOODSTYPE_DEFAULT

public static GoodsType GOODSTYPE_DEFAULT

RELATIONTYPE_DEFAULT

public static RelationType RELATIONTYPE_DEFAULT

RANDOM_DEFAULT

public static final java.lang.String RANDOM_DEFAULT
関連項目:
定数フィールド値

RANDOM_TIMEEVENT

public static final java.lang.String RANDOM_TIMEEVENT
関連項目:
定数フィールド値
コンストラクタの詳細

FMFWConstants

public FMFWConstants()
メソッドの詳細

initialize

public static void initialize(ModelContainer container)