Uses of Class
org.optaplanner.core.api.score.stream.ConstraintStreamImplType
-
-
Uses of ConstraintStreamImplType in org.optaplanner.core.api.score.stream
Methods in org.optaplanner.core.api.score.stream that return ConstraintStreamImplType Modifier and Type Method Description static ConstraintStreamImplTypeConstraintStreamImplType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConstraintStreamImplType[]ConstraintStreamImplType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConstraintStreamImplType in org.optaplanner.core.config.score.director
Fields in org.optaplanner.core.config.score.director declared as ConstraintStreamImplType Modifier and Type Field Description protected ConstraintStreamImplTypeScoreDirectorFactoryConfig. constraintStreamImplTypeMethods in org.optaplanner.core.config.score.director that return ConstraintStreamImplType Modifier and Type Method Description ConstraintStreamImplTypeScoreDirectorFactoryConfig. getConstraintStreamImplType()Methods in org.optaplanner.core.config.score.director with parameters of type ConstraintStreamImplType Modifier and Type Method Description voidScoreDirectorFactoryConfig. setConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType)ScoreDirectorFactoryConfigScoreDirectorFactoryConfig. withConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType) -
Uses of ConstraintStreamImplType in org.optaplanner.core.impl.score.director.stream
Constructors in org.optaplanner.core.impl.score.director.stream with parameters of type ConstraintStreamImplType Constructor Description ConstraintStreamScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor, ConstraintProvider constraintProvider, ConstraintStreamImplType constraintStreamImplType) -
Uses of ConstraintStreamImplType in org.optaplanner.test.api.score.stream
Methods in org.optaplanner.test.api.score.stream with parameters of type ConstraintStreamImplType Modifier and Type Method Description ConstraintVerifier<ConstraintProvider_,Solution_>ConstraintVerifier. withConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType)All subsequent calls toConstraintVerifier.verifyThat(BiFunction)andConstraintVerifier.verifyThat()will use the givenConstraintStreamImplType. -
Uses of ConstraintStreamImplType in org.optaplanner.test.impl.score.stream
Methods in org.optaplanner.test.impl.score.stream with parameters of type ConstraintStreamImplType Modifier and Type Method Description ConstraintVerifier<ConstraintProvider_,Solution_>DefaultConstraintVerifier. withConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType)
-