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

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

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

org.boxed_economy.besp.model.fmfw での Type のサブクラス
 class AgentType
          AgentのTypeを表すクラスです。
 class BehaviorType
          BehaviorのTypeを表します。
 class GoodsType
          Goodsの種類(Type)を定義します。
 class InformationType
          Informationの種類(Type)を表します。
 class RelationType
          RelationのTypeを定義します。
 

Type 型のパラメータを持つ org.boxed_economy.besp.model.fmfw のメソッド
 void Type.addChild(Type child)
          子タイプを追加します.
 void Type.removeChild(Type child)
          子タイプを削除します.
 boolean Type.equals(Type type)
          引数で与えられたタイプの子タイプがであるかどうかも調べるようにオーバーライドします