org.drools.examples.sudoku
Class SudokuExample
java.lang.Object
org.drools.examples.sudoku.SudokuExample
- All Implemented Interfaces:
- ActionListener, EventListener
public class SudokuExample
- extends Object
- implements ActionListener
This example shows how Drools can be used to solve a 9x9 Sudoku Grid.
- Version:
- $Revision: 1.1 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SudokuExample
public SudokuExample()
main
public static void main(String[] args)
actionPerformed
public void actionPerformed(ActionEvent ev)
- Specified by:
actionPerformed in interface ActionListener
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.