Uses of Enum Class
org.optaplanner.constraint.streams.common.ScoreImpactType
Packages that use ScoreImpactType
Package
Description
-
Uses of ScoreImpactType in org.optaplanner.constraint.streams.common
Methods in org.optaplanner.constraint.streams.common that return ScoreImpactTypeModifier and TypeMethodDescriptionfinal ScoreImpactTypeAbstractConstraint.getScoreImpactType()static ScoreImpactTypeReturns the enum constant of this class with the specified name.static ScoreImpactType[]ScoreImpactType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.optaplanner.constraint.streams.common with parameters of type ScoreImpactTypeModifier and TypeMethodDescriptionorg.optaplanner.core.api.score.stream.ConstraintConstraintConstructor.apply(String constraintPackage, String constraintName, Score_ constraintWeight, ScoreImpactType impactType, JustificationMapping_ justificationMapping, IndictedObjectsMapping_ indictedObjectsMapping) Constructors in org.optaplanner.constraint.streams.common with parameters of type ScoreImpactTypeModifierConstructorDescriptionprotectedAbstractConstraint(ConstraintFactory_ constraintFactory, String constraintPackage, String constraintName, Function<Solution_, org.optaplanner.core.api.score.Score<?>> constraintWeightExtractor, ScoreImpactType scoreImpactType, boolean isConstraintWeightConfigurable, Object justificationMapping, Object indictedObjectsMapping) protectedAbstractConstraintBuilder(ConstraintConstructor constraintConstructor, ScoreImpactType impactType, Score_ constraintWeight) -
Uses of ScoreImpactType in org.optaplanner.constraint.streams.common.bi
Methods in org.optaplanner.constraint.streams.common.bi with parameters of type ScoreImpactTypeModifier and TypeMethodDescription<Score_ extends org.optaplanner.core.api.score.Score<Score_>>
org.optaplanner.core.api.score.stream.bi.BiConstraintBuilder<A,B, Score_> InnerBiConstraintStream.innerImpact(Score_ constraintWeight, BiFunction<A, B, BigDecimal> matchWeigher, ScoreImpactType scoreImpactType) <Score_ extends org.optaplanner.core.api.score.Score<Score_>>
org.optaplanner.core.api.score.stream.bi.BiConstraintBuilder<A,B, Score_> InnerBiConstraintStream.innerImpact(Score_ constraintWeight, ToIntBiFunction<A, B> matchWeigher, ScoreImpactType scoreImpactType) <Score_ extends org.optaplanner.core.api.score.Score<Score_>>
org.optaplanner.core.api.score.stream.bi.BiConstraintBuilder<A,B, Score_> InnerBiConstraintStream.innerImpact(Score_ constraintWeight, ToLongBiFunction<A, B> matchWeigher, ScoreImpactType scoreImpactType) Constructors in org.optaplanner.constraint.streams.common.bi with parameters of type ScoreImpactTypeModifierConstructorDescriptionBiConstraintBuilderImpl(BiConstraintConstructor<A, B, Score_> constraintConstructor, ScoreImpactType impactType, Score_ constraintWeight) -
Uses of ScoreImpactType in org.optaplanner.constraint.streams.common.quad
Methods in org.optaplanner.constraint.streams.common.quad with parameters of type ScoreImpactTypeModifier and TypeMethodDescription<Score_ extends org.optaplanner.core.api.score.Score<Score_>>
org.optaplanner.core.api.score.stream.quad.QuadConstraintBuilder<A,B, C, D, Score_> InnerQuadConstraintStream.innerImpact(Score_ constraintWeight, org.optaplanner.core.api.function.QuadFunction<A, B, C, D, BigDecimal> matchWeigher, ScoreImpactType scoreImpactType) <Score_ extends org.optaplanner.core.api.score.Score<Score_>>
org.optaplanner.core.api.score.stream.quad.QuadConstraintBuilder<A,B, C, D, Score_> InnerQuadConstraintStream.innerImpact(Score_ constraintWeight, org.optaplanner.core.api.function.ToIntQuadFunction<A, B, C, D> matchWeigher, ScoreImpactType scoreImpactType) <Score_ extends org.optaplanner.core.api.score.Score<Score_>>
org.optaplanner.core.api.score.stream.quad.QuadConstraintBuilder<A,B, C, D, Score_> InnerQuadConstraintStream.innerImpact(Score_ constraintWeight, org.optaplanner.core.api.function.ToLongQuadFunction<A, B, C, D> matchWeigher, ScoreImpactType scoreImpactType) Constructors in org.optaplanner.constraint.streams.common.quad with parameters of type ScoreImpactTypeModifierConstructorDescriptionQuadConstraintBuilderImpl(QuadConstraintConstructor<A, B, C, D, Score_> constraintConstructor, ScoreImpactType impactType, Score_ constraintWeight) -
Uses of ScoreImpactType in org.optaplanner.constraint.streams.common.tri
Methods in org.optaplanner.constraint.streams.common.tri with parameters of type ScoreImpactTypeModifier and TypeMethodDescription<Score_ extends org.optaplanner.core.api.score.Score<Score_>>
org.optaplanner.core.api.score.stream.tri.TriConstraintBuilder<A,B, C, Score_> InnerTriConstraintStream.innerImpact(Score_ constraintWeight, org.optaplanner.core.api.function.ToIntTriFunction<A, B, C> matchWeigher, ScoreImpactType scoreImpactType) <Score_ extends org.optaplanner.core.api.score.Score<Score_>>
org.optaplanner.core.api.score.stream.tri.TriConstraintBuilder<A,B, C, Score_> InnerTriConstraintStream.innerImpact(Score_ constraintWeight, org.optaplanner.core.api.function.ToLongTriFunction<A, B, C> matchWeigher, ScoreImpactType scoreImpactType) <Score_ extends org.optaplanner.core.api.score.Score<Score_>>
org.optaplanner.core.api.score.stream.tri.TriConstraintBuilder<A,B, C, Score_> InnerTriConstraintStream.innerImpact(Score_ constraintWeight, org.optaplanner.core.api.function.TriFunction<A, B, C, BigDecimal> matchWeigher, ScoreImpactType scoreImpactType) Constructors in org.optaplanner.constraint.streams.common.tri with parameters of type ScoreImpactTypeModifierConstructorDescriptionTriConstraintBuilderImpl(TriConstraintConstructor<A, B, C, Score_> constraintConstructor, ScoreImpactType impactType, Score_ constraintWeight) -
Uses of ScoreImpactType in org.optaplanner.constraint.streams.common.uni
Methods in org.optaplanner.constraint.streams.common.uni with parameters of type ScoreImpactTypeModifier and TypeMethodDescription<Score_ extends org.optaplanner.core.api.score.Score<Score_>>
org.optaplanner.core.api.score.stream.uni.UniConstraintBuilder<A,Score_> InnerUniConstraintStream.innerImpact(Score_ constraintWeight, Function<A, BigDecimal> matchWeigher, ScoreImpactType scoreImpactType) <Score_ extends org.optaplanner.core.api.score.Score<Score_>>
org.optaplanner.core.api.score.stream.uni.UniConstraintBuilder<A,Score_> InnerUniConstraintStream.innerImpact(Score_ constraintWeight, ToIntFunction<A> matchWeigher, ScoreImpactType scoreImpactType) <Score_ extends org.optaplanner.core.api.score.Score<Score_>>
org.optaplanner.core.api.score.stream.uni.UniConstraintBuilder<A,Score_> InnerUniConstraintStream.innerImpact(Score_ constraintWeight, ToLongFunction<A> matchWeigher, ScoreImpactType scoreImpactType) Constructors in org.optaplanner.constraint.streams.common.uni with parameters of type ScoreImpactTypeModifierConstructorDescriptionUniConstraintBuilderImpl(UniConstraintConstructor<A, Score_> constraintConstructor, ScoreImpactType impactType, Score_ constraintWeight)