| Package | Description |
|---|---|
| org.optaplanner.core.api.score.stream |
The
ConstraintStream API:
a way to define constraints for Score calculation. |
| org.optaplanner.core.config.score.director | |
| org.optaplanner.core.impl.score.director.stream | |
| org.optaplanner.test.api.score.stream | |
| org.optaplanner.test.impl.score.stream |
| Modifier and Type | Method and Description |
|---|---|
static ConstraintStreamImplType |
ConstraintStreamImplType.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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConstraintStreamImplType |
ScoreDirectorFactoryConfig.constraintStreamImplType |
| Modifier and Type | Method and Description |
|---|---|
ConstraintStreamImplType |
ScoreDirectorFactoryConfig.getConstraintStreamImplType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScoreDirectorFactoryConfig.setConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType) |
ScoreDirectorFactoryConfig |
ScoreDirectorFactoryConfig.withConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType) |
| Constructor and Description |
|---|
ConstraintStreamScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor,
ConstraintProvider constraintProvider,
ConstraintStreamImplType constraintStreamImplType) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintVerifier<ConstraintProvider_,Solution_> |
ConstraintVerifier.withConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType)
All subsequent calls to
ConstraintVerifier.verifyThat(BiFunction) and ConstraintVerifier.verifyThat()
will use the given ConstraintStreamImplType. |
| Modifier and Type | Method and Description |
|---|---|
ConstraintVerifier<ConstraintProvider_,Solution_> |
DefaultConstraintVerifier.withConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.