Java Reference
Java Reference
ConstraintSolverTest.ActionDecisionBuilder
Detailed Description
Definition at line 235 of file ConstraintSolverTest.java.
Public Member Functions | |
| ActionDecisionBuilder (Consumer< Solver > a, Consumer< Solver > r) | |
| Decision | next (Solver solver) throws Solver.FailException |
| This is the new method to subclass when defining a java decision builder. More... | |
| String | toString () |
| final Decision | nextWrap (Solver solver) |
| This methods wraps the calls to next() and catches fail exceptions. More... | |
Constructor & Destructor Documentation
◆ ActionDecisionBuilder()
| ActionDecisionBuilder | ( | Consumer< Solver > | a, |
| Consumer< Solver > | r | ||
| ) |
Definition at line 240 of file ConstraintSolverTest.java.
Member Function Documentation
◆ next()
| Decision next | ( | Solver | solver | ) | throws Solver.FailException |
This is the new method to subclass when defining a java decision builder.
Reimplemented from JavaDecisionBuilder.
Definition at line 247 of file ConstraintSolverTest.java.
◆ nextWrap()
|
inherited |
This methods wraps the calls to next() and catches fail exceptions.
Definition at line 26 of file JavaDecisionBuilder.java.
◆ toString()
| String toString | ( | ) |
Definition at line 256 of file ConstraintSolverTest.java.
The documentation for this class was generated from the following file: