|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.examples.sudoku.Setting
public class Setting
Represents a temporary fact used for assigning a value to a cell.
Constructor Summary | |
---|---|
Setting(int row,
int col,
Integer value)
Constructor. |
Method Summary | |
---|---|
int |
getColNo()
Returns the column number. |
int |
getRowNo()
Returns the row number. |
Integer |
getValue()
Returns the value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Setting(int row, int col, Integer value)
row
- the row number of the Cell to setcol
- the column number of the Cell to setvalue
- the value to setMethod Detail |
---|
public int getRowNo()
public int getColNo()
public Integer getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |