Interface MultiConstraintVerification<Solution_>
- All Known Implementing Classes:
DefaultMultiConstraintVerification
public interface MultiConstraintVerification<Solution_>
-
Method Summary
Modifier and TypeMethodDescriptionAs defined bySingleConstraintVerification.given(Object...)
.givenSolution
(Solution_ solution) As defined bySingleConstraintVerification.givenSolution(Object)
.
-
Method Details
-
given
As defined bySingleConstraintVerification.given(Object...)
.- Parameters:
facts
- never null, at least one- Returns:
- never null
-
givenSolution
As defined bySingleConstraintVerification.givenSolution(Object)
.- Parameters:
solution
- never null- Returns:
- never null
-