Package org.drools.examples.sudoku
Class Setting
java.lang.Object
org.drools.examples.sudoku.Setting
Represents a temporary fact used for assigning a value to a cell.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Setting
Constructor.- Parameters:
row- the row number of the Cell to setcol- the column number of the Cell to setvalue- the value to set
-
-
Method Details
-
getRowNo
public int getRowNo()Returns the row number.- Returns:
- an int value
-
getColNo
public int getColNo()Returns the column number.- Returns:
- an int value
-
getValue
Returns the value.- Returns:
- an Integer object
-