net.sourceforge.domian.test.benchmark
Class PermutationQueenPuzzleConstellationFactory

java.lang.Object
  extended by net.sourceforge.domian.test.benchmark.PermutationQueenPuzzleConstellationFactory

 class PermutationQueenPuzzleConstellationFactory
extends java.lang.Object


Field Summary
protected static int CHESSBOARD_DIMENSIONS
           
protected static int CHESSBOARD_SIZE
           
protected  boolean doPrune
           
protected static int HORIZONTAL
           
protected  long logInterval
           
protected  long maximumNumberOfConstellationToProduce
           
protected static int VERTICAL
           
 
Constructor Summary
PermutationQueenPuzzleConstellationFactory(java.lang.Long maximumNumberOfConstellationToProduce, java.lang.Long logInterval)
           
 
Method Summary
(package private)  void generateAndPopulate(Repository repo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHESSBOARD_SIZE

protected static final int CHESSBOARD_SIZE
See Also:
Constant Field Values

CHESSBOARD_DIMENSIONS

protected static final int CHESSBOARD_DIMENSIONS
See Also:
Constant Field Values

VERTICAL

protected static final int VERTICAL
See Also:
Constant Field Values

HORIZONTAL

protected static final int HORIZONTAL
See Also:
Constant Field Values

doPrune

protected boolean doPrune

maximumNumberOfConstellationToProduce

protected long maximumNumberOfConstellationToProduce

logInterval

protected long logInterval
Constructor Detail

PermutationQueenPuzzleConstellationFactory

PermutationQueenPuzzleConstellationFactory(java.lang.Long maximumNumberOfConstellationToProduce,
                                           java.lang.Long logInterval)
Method Detail

generateAndPopulate

void generateAndPopulate(Repository repo)


Copyright © 2008-2010. All Rights Reserved.