OptaPlanner distribution 6.2.0.Beta2

org.optaplanner.examples.cheaptime.solver.score
Class CheapTimeEasyScoreCalculator

java.lang.Object
  extended by org.optaplanner.examples.cheaptime.solver.score.CheapTimeEasyScoreCalculator
All Implemented Interfaces:
EasyScoreCalculator<CheapTimeSolution>

public class CheapTimeEasyScoreCalculator
extends Object
implements EasyScoreCalculator<CheapTimeSolution>


Constructor Summary
CheapTimeEasyScoreCalculator()
           
 
Method Summary
 HardMediumSoftLongScore calculateScore(CheapTimeSolution solution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheapTimeEasyScoreCalculator

public CheapTimeEasyScoreCalculator()
Method Detail

calculateScore

public HardMediumSoftLongScore calculateScore(CheapTimeSolution solution)
Specified by:
calculateScore in interface EasyScoreCalculator<CheapTimeSolution>
Parameters:
solution - never null
Returns:
never null

OptaPlanner distribution 6.2.0.Beta2

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