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

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

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

GoodsQuantity を返す org.boxed_economy.besp.model.fmfw のメソッド
 GoodsQuantity GoodsQuantity.add(GoodsQuantity target)
          このgoodsのquantityに引数のGoodsQuantityを足したGoodsQuantityを返します。
 GoodsQuantity GoodsQuantity.remove(GoodsQuantity target)
          現在のgoodsのquantityから引数のGoodsQuantityを引いたGoodsQuantityを返します。
 GoodsQuantity GoodsManager.getQuantity(GoodsType type)
          指定された種類の財の量を取得します。
 GoodsQuantity GoodsManager.getQuantityRecursively(GoodsType type)
          指定された種類の財の量を取得します。
 GoodsQuantity Goods.getGoodsQuantity()
          GoodsQuantityを返します
 GoodsQuantity Agent.getQuantity(GoodsType type)
          指定された種類の財の量を取得します。
 GoodsQuantity Agent.getQuantityRecursively(GoodsType type)
          指定された種類の財の量を取得します。
 

GoodsQuantity 型のパラメータを持つ org.boxed_economy.besp.model.fmfw のメソッド
 GoodsQuantity GoodsQuantity.add(GoodsQuantity target)
          このgoodsのquantityに引数のGoodsQuantityを足したGoodsQuantityを返します。
 GoodsQuantity GoodsQuantity.remove(GoodsQuantity target)
          現在のgoodsのquantityから引数のGoodsQuantityを引いたGoodsQuantityを返します。