set_persistent(Fluent,yes) makes a Fluent persistent - i.e. likely to keep its state on backtracking. This assumes that the Fluent remains accessible by being saved in a Database or as element of a Fluent with longer life span. set_persistent(Fluent,no) makes the Fluent perish on backtracking (default behavior)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.