|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.declarativa.interprolog.util.ResultFromProlog
Used to serialize results for deterministicGoal
Field Summary | |
String |
error
Error message, null if none |
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,
String e)
|
Method Summary | |
String |
toString()
|
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 String error
Constructor Detail |
public ResultFromProlog(int t, boolean s, int size, String e)
Method Detail |
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |