Drools Planner distribution 6.0.0.Alpha9

org.drools.planner.examples.nqueens.persistence
Class NQueensGenerator

java.lang.Object
  extended by org.drools.planner.examples.common.app.LoggingMain
      extended by org.drools.planner.examples.nqueens.persistence.NQueensGenerator

public class NQueensGenerator
extends LoggingMain


Field Summary
protected  SolutionDao solutionDao
           
 
Fields inherited from class org.drools.planner.examples.common.app.LoggingMain
logger
 
Constructor Summary
NQueensGenerator()
           
 
Method Summary
 NQueens createNQueens(int n)
           
 void generate()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

solutionDao

protected SolutionDao solutionDao
Constructor Detail

NQueensGenerator

public NQueensGenerator()
Method Detail

main

public static void main(String[] args)

generate

public void generate()

createNQueens

public NQueens createNQueens(int n)

Drools Planner distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.