public class BendableLongScoreHolder extends AbstractScoreHolder
BendableLongScore,
Serialized FormAbstractScoreHolder.BigDecimalConstraintUndoListener, AbstractScoreHolder.ConstraintUndoListener, AbstractScoreHolder.DoubleConstraintUndoListener, AbstractScoreHolder.IntConstraintUndoListener, AbstractScoreHolder.LongConstraintUndoListenerconstraintMatchEnabled, constraintMatchTotalMap| Constructor and Description |
|---|
BendableLongScoreHolder(boolean constraintMatchEnabled,
int hardLevelsSize,
int softLevelsSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHardConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext,
int hardLevel,
long weight) |
void |
addSoftConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext,
int softLevel,
long weight) |
Score |
extractScore(int initScore)
|
int |
getHardLevelsSize() |
long |
getHardScore(int hardLevel) |
int |
getSoftLevelsSize() |
long |
getSoftScore(int softLevel) |
getConstraintMatchTotals, isConstraintMatchEnabled, registerBigDecimalConstraintMatch, registerDoubleConstraintMatch, registerIntConstraintMatch, registerLongConstraintMatchpublic BendableLongScoreHolder(boolean constraintMatchEnabled,
int hardLevelsSize,
int softLevelsSize)
public int getHardLevelsSize()
public long getHardScore(int hardLevel)
public int getSoftLevelsSize()
public long getSoftScore(int softLevel)
public void addHardConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext,
int hardLevel,
long weight)
public void addSoftConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext,
int softLevel,
long weight)
public Score extractScore(int initScore)
ScoreHolderScore, calculated by the KieSession for DroolsScoreDirector.
Should not be called directly, use ScoreDirector.calculateScore() instead.
initScore - <= 0, managed by OptaPlanner, needed as a parameter in the Score's creation method,
see Score.getInitScore()Score of the working PlanningSolutionCopyright © 2006–2016 JBoss by Red Hat. All rights reserved.