Uses of Interface
org.optaplanner.core.impl.score.stream.drools.common.consequences.BiConstraintConsequence
-
Packages that use BiConstraintConsequence Package Description org.optaplanner.core.impl.score.stream.drools.common org.optaplanner.core.impl.score.stream.drools.common.consequences -
-
Uses of BiConstraintConsequence in org.optaplanner.core.impl.score.stream.drools.common
Methods in org.optaplanner.core.impl.score.stream.drools.common that return BiConstraintConsequence Modifier and Type Method Description BiConstraintConsequenceConstraintGraph. impact(BiConstraintGraphNode parent)<A,B>
BiConstraintConsequenceConstraintGraph. impact(BiConstraintGraphNode parent, BiFunction<A,B,BigDecimal> matchWeighter)<A,B>
BiConstraintConsequenceConstraintGraph. impact(BiConstraintGraphNode parent, ToIntBiFunction<A,B> matchWeighter)<A,B>
BiConstraintConsequenceConstraintGraph. impact(BiConstraintGraphNode parent, ToLongBiFunction<A,B> matchWeighter) -
Uses of BiConstraintConsequence in org.optaplanner.core.impl.score.stream.drools.common.consequences
Methods in org.optaplanner.core.impl.score.stream.drools.common.consequences that return BiConstraintConsequence Modifier and Type Method Description static BiConstraintConsequenceConstraintConsequence. create(BiConstraintGraphNode terminalNode)static <A,B>
BiConstraintConsequenceConstraintConsequence. create(BiConstraintGraphNode terminalNode, BiFunction<A,B,BigDecimal> matchWeighter)static <A,B>
BiConstraintConsequenceConstraintConsequence. create(BiConstraintGraphNode terminalNode, ToIntBiFunction<A,B> matchWeighter)static <A,B>
BiConstraintConsequenceConstraintConsequence. create(BiConstraintGraphNode terminalNode, ToLongBiFunction<A,B> matchWeighter)
-