model
クラス Cell

java.lang.Object
  上位を拡張 model.Cell

public class Cell
extends java.lang.Object


フィールドの概要
static int BATSU
           
static int HIDARI
           
static int KABE
           
static int KARA
           
static int MASU
           
static int MIGI
           
static int SHIMA
           
static int SHITA
           
static int TATE
           
static int UE
           
static int YOKO
           
static int ZERO
           
 
コンストラクタの概要
Cell(int number)
           
 
メソッドの概要
 byte byteValue()
           
 int compareTo(int value)
           
 int getNumber()
           
 boolean isNumber()
           
 Cell multiply(int value)
           
 Cell remainder(int value)
           
 void setNumber(int bernumber)
           
 Cell subtract(int value)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

MASU

public static final int MASU
関連項目:
定数フィールド値

KABE

public static final int KABE
関連項目:
定数フィールド値

HIDARI

public static final int HIDARI
関連項目:
定数フィールド値

YOKO

public static final int YOKO
関連項目:
定数フィールド値

MIGI

public static final int MIGI
関連項目:
定数フィールド値

UE

public static final int UE
関連項目:
定数フィールド値

TATE

public static final int TATE
関連項目:
定数フィールド値

SHITA

public static final int SHITA
関連項目:
定数フィールド値

SHIMA

public static final int SHIMA
関連項目:
定数フィールド値

KARA

public static final int KARA
関連項目:
定数フィールド値

ZERO

public static final int ZERO
関連項目:
定数フィールド値

BATSU

public static final int BATSU
関連項目:
定数フィールド値
コンストラクタの詳細

Cell

public Cell(int number)
メソッドの詳細

setNumber

public void setNumber(int bernumber)

multiply

public Cell multiply(int value)

remainder

public Cell remainder(int value)

subtract

public Cell subtract(int value)

getNumber

public int getNumber()

byteValue

public byte byteValue()

compareTo

public int compareTo(int value)

isNumber

public boolean isNumber()