abstract WeightedScoreImpacter<Score_,?> |
AbstractScoreInliner.buildWeightedScoreImpacter(AbstractConstraint<?,?,?> constraint) |
|
WeightedScoreImpacter<BendableLongScore,?> |
BendableLongScoreInliner.buildWeightedScoreImpacter(AbstractConstraint<?,?,?> constraint) |
|
static <Score_ extends Score<Score_>,Context_ extends ScoreContext<Score_,?>> WeightedScoreImpacter<Score_,Context_> |
WeightedScoreImpacter.of(Context_ context,
WeightedScoreImpacter.BigDecimalImpactFunction<Score_,Context_> impactFunction) |
|
static <Score_ extends Score<Score_>,Context_ extends ScoreContext<Score_,?>> WeightedScoreImpacter<Score_,Context_> |
WeightedScoreImpacter.of(Context_ context,
WeightedScoreImpacter.IntImpactFunction<Score_,Context_> impactFunction) |
|
static <Score_ extends Score<Score_>,Context_ extends ScoreContext<Score_,?>> WeightedScoreImpacter<Score_,Context_> |
WeightedScoreImpacter.of(Context_ context,
WeightedScoreImpacter.LongImpactFunction<Score_,Context_> impactFunction) |
|