org.drools.planner.core.score.director.simple
Interface SimpleScoreCalculator<Sol extends Solution>
- Type Parameters:
Sol
-
public interface SimpleScoreCalculator<Sol extends Solution>
Used for simple java Score
calculation. This is non-incremental calculation, which is slow.
Any implementation must be stateless.
- See Also:
SimpleScoreDirector
calculateScore
Score calculateScore(Sol solution)
- Parameters:
solution
- never null
- Returns:
- never null
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.