Release Notes - 7.5.0
- Implementation of Iterator interface in
Queryto match Java Iterator standard.- Pointer to next solution is advanced only via
next()andnextSolution(), but not onhasNext()orhasMoreSolutions().
- Pointer to next solution is advanced only via
- Deprecated
Query.getSolution() - Revert complex quoting of atoms for
AtomandCompound. - Added standalong JUnit test cases in
src/java/test/standalone
Internal
- Removed reference to deprecated methods that yielded warnings at compile time.
- Renamed
Query.get1()andQuery.get2()
Versions up to 7.4
Versions 3.x
- Check here.