クラス
org.boxed_economy.components.cell.Cell の使用

Cell を使用しているパッケージ
org.boxed_economy.components.cell   
 

org.boxed_economy.components.cell での Cell の使用
 

Cell を返す org.boxed_economy.components.cell のメソッド
 Cell CellSpace.getCell(Agent agent)
          エージェントのいるCellを検索します。
 Cell CellSpace.getCell(int x, int y)
          引数の座標のCellを返します。
 

Cell 型のパラメータを持つ org.boxed_economy.components.cell のメソッド
 void CellSpace.moveAgent(Agent agent, Cell newCell)
          エージェントを移動させるためのメソッドです。
 java.util.Collection CellSpace.getAgents(Cell cell)
          セルにいるエージェントを検索します。
 double Cell.measureDistance(Cell target)
          targetとの距離を計算して返します。