org.drools.planner.core.score.buildin.hardandsoftlong
Class HardAndSoftLongScoreHolder
java.lang.Object
org.drools.planner.core.score.holder.AbstractScoreHolder
org.drools.planner.core.score.buildin.hardandsoftlong.HardAndSoftLongScoreHolder
- All Implemented Interfaces:
- Serializable, ScoreHolder
public class HardAndSoftLongScoreHolder
- extends AbstractScoreHolder
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hardConstraintsBroken
protected long hardConstraintsBroken
softConstraintsBroken
protected long softConstraintsBroken
HardAndSoftLongScoreHolder
public HardAndSoftLongScoreHolder()
getHardConstraintsBroken
public long getHardConstraintsBroken()
setHardConstraintsBroken
public void setHardConstraintsBroken(long hardConstraintsBroken)
getSoftConstraintsBroken
public long getSoftConstraintsBroken()
setSoftConstraintsBroken
public void setSoftConstraintsBroken(long softConstraintsBroken)
extractScore
public Score extractScore()
- Description copied from interface:
ScoreHolder
- Extracts the
Score
, calculated by the WorkingMemory
for DroolsScoreDirector
.
Should not be called directly, use ScoreDirector.calculateScore()
instead.
- Returns:
- never null, the
Score
of the working Solution
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.