public class JIPQuery extends Object implements Serializable
JIPEngine
,
Serialized FormModifier and Type | Method and Description |
---|---|
void |
close()
Closes the query
|
protected void |
finalize()
Called by the interpreter to finalize this object
. |
boolean |
hasMoreChoicePoints()
Returns true if the query has more choice points on backtracking.
|
boolean |
isClosed()
Returns true if the query is closed.
|
boolean |
isSoftAbort() |
JIPTerm |
nextSolution()
Searches for another solution.
|
void |
setSoftAbort(boolean bSoftAbort) |
public final JIPTerm nextSolution() throws JIPQueryClosedException
JIPQueryClosedException
JIPTerm
public final boolean hasMoreChoicePoints()
public final boolean isClosed()
public final void close()
protected void finalize()
public boolean isSoftAbort()
public void setSoftAbort(boolean bSoftAbort)