|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.declarativa.interprolog.util.ResultFromProlog
Used to serialize results for deterministicGoal
Field Summary | |
Object |
error
Error message, null if none; used to be a String, now can be anything to cater for Prolog exceptions |
Object[] |
rVars
Object array corresponding to the result variable list |
boolean |
succeeded
Goal has succeeded |
int |
timestamp
Same as passed in GoalFromJava |
Constructor Summary | |
ResultFromProlog(int t,
boolean s,
int size,
Object e)
|
Method Summary | |
String |
toString()
|
boolean |
wasInterrupted(AbstractPrologEngine engine)
Prolog complaining about being interrupted. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int timestamp
public boolean succeeded
public Object[] rVars
public Object error
Constructor Detail |
public ResultFromProlog(int t, boolean s, int size, Object e)
Method Detail |
public String toString()
public boolean wasInterrupted(AbstractPrologEngine engine)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |