org.optaplanner.examples.cheaptime.solver.score
Class CheapTimeEasyScoreCalculator
java.lang.Object
org.optaplanner.examples.cheaptime.solver.score.CheapTimeEasyScoreCalculator
- All Implemented Interfaces:
- EasyScoreCalculator<CheapTimeSolution>
public class CheapTimeEasyScoreCalculator
- extends Object
- implements EasyScoreCalculator<CheapTimeSolution>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheapTimeEasyScoreCalculator
public CheapTimeEasyScoreCalculator()
calculateScore
public HardMediumSoftLongScore calculateScore(CheapTimeSolution solution)
- Specified by:
calculateScore
in interface EasyScoreCalculator<CheapTimeSolution>
- Parameters:
solution
- never null
- Returns:
- never null
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.