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
 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()


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