OptaPlanner distribution 6.0.0.CR3

org.optaplanner.examples.nqueens.solver.score
Class NQueensSimpleScoreCalculator

java.lang.Object
  extended by org.optaplanner.examples.nqueens.solver.score.NQueensSimpleScoreCalculator
All Implemented Interfaces:
SimpleScoreCalculator<NQueens>

public class NQueensSimpleScoreCalculator
extends Object
implements SimpleScoreCalculator<NQueens>


Constructor Summary
NQueensSimpleScoreCalculator()
           
 
Method Summary
 SimpleScore calculateScore(NQueens nQueens)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NQueensSimpleScoreCalculator

public NQueensSimpleScoreCalculator()
Method Detail

calculateScore

public SimpleScore calculateScore(NQueens nQueens)
Specified by:
calculateScore in interface SimpleScoreCalculator<NQueens>
Parameters:
nQueens - never null
Returns:
never null

OptaPlanner distribution 6.0.0.CR3

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