Reset the query to its start: closed and no solution found so far. This will allow a query to re-start
()
| 414 | * |
| 415 | */ |
| 416 | public final void reset() { |
| 417 | close(); |
| 418 | hasNextSolution = null; |
| 419 | } |
| 420 | |
| 421 | /** |
| 422 | * Tell Prolog engine to fetch the next solution for the current active query (like hitting ;) |