Uses of Class
ai.timefold.solver.constraint.streams.common.ScoreImpactType
-
-
Uses of ScoreImpactType in ai.timefold.solver.constraint.streams.common
Methods in ai.timefold.solver.constraint.streams.common that return ScoreImpactType Modifier and Type Method Description ScoreImpactTypeAbstractConstraint. getScoreImpactType()static ScoreImpactTypeScoreImpactType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScoreImpactType[]ScoreImpactType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.timefold.solver.constraint.streams.common with parameters of type ScoreImpactType Modifier and Type Method Description ConstraintConstraintConstructor. apply(String constraintPackage, String constraintName, Score_ constraintWeight, ScoreImpactType impactType, JustificationMapping_ justificationMapping, IndictedObjectsMapping_ indictedObjectsMapping)Constructors in ai.timefold.solver.constraint.streams.common with parameters of type ScoreImpactType Constructor Description AbstractConstraint(ConstraintFactory_ constraintFactory, String constraintPackage, String constraintName, Function<Solution_,Score<?>> constraintWeightExtractor, ScoreImpactType scoreImpactType, boolean isConstraintWeightConfigurable, Object justificationMapping, Object indictedObjectsMapping)AbstractConstraintBuilder(ConstraintConstructor constraintConstructor, ScoreImpactType impactType, Score_ constraintWeight) -
Uses of ScoreImpactType in ai.timefold.solver.constraint.streams.common.bi
Methods in ai.timefold.solver.constraint.streams.common.bi with parameters of type ScoreImpactType Modifier and Type Method Description <Score_ extends Score<Score_>>
BiConstraintBuilder<A,B,Score_>InnerBiConstraintStream. innerImpact(Score_ constraintWeight, BiFunction<A,B,BigDecimal> matchWeigher, ScoreImpactType scoreImpactType)<Score_ extends Score<Score_>>
BiConstraintBuilder<A,B,Score_>InnerBiConstraintStream. innerImpact(Score_ constraintWeight, ToIntBiFunction<A,B> matchWeigher, ScoreImpactType scoreImpactType)<Score_ extends Score<Score_>>
BiConstraintBuilder<A,B,Score_>InnerBiConstraintStream. innerImpact(Score_ constraintWeight, ToLongBiFunction<A,B> matchWeigher, ScoreImpactType scoreImpactType)Constructors in ai.timefold.solver.constraint.streams.common.bi with parameters of type ScoreImpactType Constructor Description BiConstraintBuilderImpl(BiConstraintConstructor<A,B,Score_> constraintConstructor, ScoreImpactType impactType, Score_ constraintWeight) -
Uses of ScoreImpactType in ai.timefold.solver.constraint.streams.common.quad
Methods in ai.timefold.solver.constraint.streams.common.quad with parameters of type ScoreImpactType Modifier and Type Method Description <Score_ extends Score<Score_>>
QuadConstraintBuilder<A,B,C,D,Score_>InnerQuadConstraintStream. innerImpact(Score_ constraintWeight, QuadFunction<A,B,C,D,BigDecimal> matchWeigher, ScoreImpactType scoreImpactType)<Score_ extends Score<Score_>>
QuadConstraintBuilder<A,B,C,D,Score_>InnerQuadConstraintStream. innerImpact(Score_ constraintWeight, ToIntQuadFunction<A,B,C,D> matchWeigher, ScoreImpactType scoreImpactType)<Score_ extends Score<Score_>>
QuadConstraintBuilder<A,B,C,D,Score_>InnerQuadConstraintStream. innerImpact(Score_ constraintWeight, ToLongQuadFunction<A,B,C,D> matchWeigher, ScoreImpactType scoreImpactType)Constructors in ai.timefold.solver.constraint.streams.common.quad with parameters of type ScoreImpactType Constructor Description QuadConstraintBuilderImpl(QuadConstraintConstructor<A,B,C,D,Score_> constraintConstructor, ScoreImpactType impactType, Score_ constraintWeight) -
Uses of ScoreImpactType in ai.timefold.solver.constraint.streams.common.tri
Methods in ai.timefold.solver.constraint.streams.common.tri with parameters of type ScoreImpactType Modifier and Type Method Description <Score_ extends Score<Score_>>
TriConstraintBuilder<A,B,C,Score_>InnerTriConstraintStream. innerImpact(Score_ constraintWeight, ToIntTriFunction<A,B,C> matchWeigher, ScoreImpactType scoreImpactType)<Score_ extends Score<Score_>>
TriConstraintBuilder<A,B,C,Score_>InnerTriConstraintStream. innerImpact(Score_ constraintWeight, ToLongTriFunction<A,B,C> matchWeigher, ScoreImpactType scoreImpactType)<Score_ extends Score<Score_>>
TriConstraintBuilder<A,B,C,Score_>InnerTriConstraintStream. innerImpact(Score_ constraintWeight, TriFunction<A,B,C,BigDecimal> matchWeigher, ScoreImpactType scoreImpactType)Constructors in ai.timefold.solver.constraint.streams.common.tri with parameters of type ScoreImpactType Constructor Description TriConstraintBuilderImpl(TriConstraintConstructor<A,B,C,Score_> constraintConstructor, ScoreImpactType impactType, Score_ constraintWeight) -
Uses of ScoreImpactType in ai.timefold.solver.constraint.streams.common.uni
Methods in ai.timefold.solver.constraint.streams.common.uni with parameters of type ScoreImpactType Modifier and Type Method Description <Score_ extends Score<Score_>>
UniConstraintBuilder<A,Score_>InnerUniConstraintStream. innerImpact(Score_ constraintWeight, Function<A,BigDecimal> matchWeigher, ScoreImpactType scoreImpactType)<Score_ extends Score<Score_>>
UniConstraintBuilder<A,Score_>InnerUniConstraintStream. innerImpact(Score_ constraintWeight, ToIntFunction<A> matchWeigher, ScoreImpactType scoreImpactType)<Score_ extends Score<Score_>>
UniConstraintBuilder<A,Score_>InnerUniConstraintStream. innerImpact(Score_ constraintWeight, ToLongFunction<A> matchWeigher, ScoreImpactType scoreImpactType)Constructors in ai.timefold.solver.constraint.streams.common.uni with parameters of type ScoreImpactType Constructor Description UniConstraintBuilderImpl(UniConstraintConstructor<A,Score_> constraintConstructor, ScoreImpactType impactType, Score_ constraintWeight)
-