Package org.drools.examples.sudoku
Class Setting
- java.lang.Object
-
- org.drools.examples.sudoku.Setting
-
public class Setting extends java.lang.ObjectRepresents a temporary fact used for assigning a value to a cell.
-
-
Constructor Summary
Constructors Constructor Description Setting(int row, int col, java.lang.Integer value)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColNo()Returns the column number.intgetRowNo()Returns the row number.java.lang.IntegergetValue()Returns the value.
-