org.drools.examples.sudoku
Class SudokuExample

java.lang.Object
  extended by 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 $

Constructor Summary
SudokuExample()
           
 
Method Summary
 void actionPerformed(ActionEvent ev)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SudokuExample

public SudokuExample()
Method Detail

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.