org.drools.planner.core.score.calculator
Class AbstractScoreCalculator

java.lang.Object
  extended by org.drools.planner.core.score.calculator.AbstractScoreCalculator
All Implemented Interfaces:
Serializable, Cloneable, ScoreCalculator
Direct Known Subclasses:
HardAndSoftLongScoreCalculator, HardAndSoftScoreCalculator, SimpleDoubleScoreCalculator, SimpleScoreCalculator

public abstract class AbstractScoreCalculator
extends Object
implements ScoreCalculator, Serializable

Makes it easier to implement a ScoreCalculator.

See Also:
Serialized Form

Constructor Summary
AbstractScoreCalculator()
           
 
Method Summary
 ScoreCalculator clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.planner.core.score.calculator.ScoreCalculator
calculateScore
 

Constructor Detail

AbstractScoreCalculator

public AbstractScoreCalculator()
Method Detail

clone

public ScoreCalculator clone()
Specified by:
clone in interface ScoreCalculator
Overrides:
clone in class Object


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.