Uses of Class
org.optaplanner.core.api.score.constraint.ConstraintMatchTotal
-
-
Uses of ConstraintMatchTotal in org.optaplanner.core.api.score.calculator
Methods in org.optaplanner.core.api.score.calculator that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Collection<ConstraintMatchTotal>ConstraintMatchAwareIncrementalScoreCalculator. getConstraintMatchTotals() -
Uses of ConstraintMatchTotal in org.optaplanner.core.api.score.constraint
Methods in org.optaplanner.core.api.score.constraint with parameters of type ConstraintMatchTotal Modifier and Type Method Description intConstraintMatchTotalScoreComparator. compare(ConstraintMatchTotal a, ConstraintMatchTotal b)Deprecated.intConstraintMatchTotal. compareTo(ConstraintMatchTotal other) -
Uses of ConstraintMatchTotal in org.optaplanner.core.api.score.holder
Fields in org.optaplanner.core.api.score.holder with type parameters of type ConstraintMatchTotal Modifier and Type Field Description protected Map<String,ConstraintMatchTotal>AbstractScoreHolder. constraintMatchTotalMapDeprecated.Methods in org.optaplanner.core.api.score.holder that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal>AbstractScoreHolder. getConstraintMatchTotalMap()Deprecated.Map<String,ConstraintMatchTotal>ScoreHolder. getConstraintMatchTotalMap()Deprecated.for removal from public API, seeScoreManagerCollection<ConstraintMatchTotal>AbstractScoreHolder. getConstraintMatchTotals()Deprecated.Collection<ConstraintMatchTotal>ScoreHolder. getConstraintMatchTotals()Deprecated.for removal from public API, seeScoreManager -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.director
Methods in org.optaplanner.core.impl.score.director that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal>ScoreDirector. getConstraintMatchTotalMap()Collection<ConstraintMatchTotal>ScoreDirector. getConstraintMatchTotals() -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.director.drools
Methods in org.optaplanner.core.impl.score.director.drools that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal>DroolsScoreDirector. getConstraintMatchTotalMap()Collection<ConstraintMatchTotal>DroolsScoreDirector. getConstraintMatchTotals() -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.director.drools.testgen
Methods in org.optaplanner.core.impl.score.director.drools.testgen that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal>TestGenDroolsScoreDirector. getConstraintMatchTotalMap()Collection<ConstraintMatchTotal>TestGenDroolsScoreDirector. getConstraintMatchTotals() -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.director.easy
Methods in org.optaplanner.core.impl.score.director.easy that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal>EasyScoreDirector. getConstraintMatchTotalMap()ConstraintMatchs are not supported by thisScoreDirectorimplementation.Collection<ConstraintMatchTotal>EasyScoreDirector. getConstraintMatchTotals()ConstraintMatchs are not supported by thisScoreDirectorimplementation. -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.director.incremental
Methods in org.optaplanner.core.impl.score.director.incremental that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal>IncrementalScoreDirector. getConstraintMatchTotalMap()Collection<ConstraintMatchTotal>IncrementalScoreDirector. getConstraintMatchTotals() -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.director.stream
Methods in org.optaplanner.core.impl.score.director.stream that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal>ConstraintStreamScoreDirector. getConstraintMatchTotalMap()Collection<ConstraintMatchTotal>ConstraintStreamScoreDirector. getConstraintMatchTotals() -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.stream
Methods in org.optaplanner.core.impl.score.stream that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal>ConstraintSession. getConstraintMatchTotalMap()As defined byScoreDirector.getConstraintMatchTotalMap(). -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.stream.bavet
Methods in org.optaplanner.core.impl.score.stream.bavet that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal>BavetConstraintSession. getConstraintMatchTotalMap() -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.stream.bavet.bi
Methods in org.optaplanner.core.impl.score.stream.bavet.bi that return ConstraintMatchTotal Modifier and Type Method Description ConstraintMatchTotalBavetScoringBiNode. buildConstraintMatchTotal(Score<?> zeroScore) -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.stream.bavet.common
Methods in org.optaplanner.core.impl.score.stream.bavet.common that return ConstraintMatchTotal Modifier and Type Method Description ConstraintMatchTotalBavetScoringNode. buildConstraintMatchTotal(Score<?> zeroScore) -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.stream.bavet.tri
Methods in org.optaplanner.core.impl.score.stream.bavet.tri that return ConstraintMatchTotal Modifier and Type Method Description ConstraintMatchTotalBavetScoringTriNode. buildConstraintMatchTotal(Score<?> zeroScore) -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.stream.bavet.uni
Methods in org.optaplanner.core.impl.score.stream.bavet.uni that return ConstraintMatchTotal Modifier and Type Method Description ConstraintMatchTotalBavetScoringUniNode. buildConstraintMatchTotal(Score<?> zeroScore) -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.stream.drools
Methods in org.optaplanner.core.impl.score.stream.drools that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal>DroolsConstraintSession. getConstraintMatchTotalMap() -
Uses of ConstraintMatchTotal in org.optaplanner.test.impl.score.stream
Constructor parameters in org.optaplanner.test.impl.score.stream with type arguments of type ConstraintMatchTotal Constructor Description DefaultSingleConstraintAssertion(ConstraintStreamScoreDirectorFactory<Solution_> scoreDirectorFactory, Map<String,ConstraintMatchTotal> constraintMatchTotalMap)
-