org.boxed_economy.components.cell
クラス MooreScope

java.lang.Object
  拡張org.boxed_economy.components.cell.MooreScope
すべての実装インタフェース:
CellScope, Information, java.io.Serializable

public class MooreScope
extends java.lang.Object
implements CellScope

Cellパッケージで上下左右の有限個のマス(ムーア近傍)を視界として参照するための クラスです。

バージョン:
$Id: MooreScope.java,v 1.1 2004/03/21 12:07:47 macchan Exp $
作成者:
Boxed Economy Project & Numeric Co,Ltd.
関連項目:
直列化された形式

フィールドの概要
 
インタフェース org.boxed_economy.besp.model.fmfw.Information から継承したフィールド
serialVersionUID
 
コンストラクタの概要
MooreScope(int newRange)
          Constructor for MooreScope.
 
メソッドの概要
 java.util.List getRelativeCells()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MooreScope

public MooreScope(int newRange)
Constructor for MooreScope.

メソッドの詳細

getRelativeCells

public java.util.List getRelativeCells()
定義:
インタフェース CellScope 内の getRelativeCells
関連項目:
CellScope.getRelativeCells()