org.drools.examples.sudoku.swing
Class SudokuGridSamples

java.lang.Object
  extended by org.drools.examples.sudoku.swing.SudokuGridSamples

public class SudokuGridSamples
extends Object


Method Summary
static SudokuGridSamples getInstance()
           
 Integer[][] getSample(String name)
           
 Set<String> getSampleNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SudokuGridSamples getInstance()

getSampleNames

public Set<String> getSampleNames()

getSample

public Integer[][] getSample(String name)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.